About add Label in unreal

I want to add label to Unreal Map.

I know

viewer.entities.add({
 label: {
   id: 'my label',
   text: 'English text'
 }
});

In unreal,that class is viewer?

1 Like

Hi @willchen1,

The Javascript API above is from our CesiumJS library which is used to render 3D globe and map on the browser. On the Unreal side, you can use Unreal rendering engine to create label and billboard. Please let me know if you have any questions.