Cesium for Unreal 2.24.1
Loading...
Searching...
No Matches
CesiumGlobeAnchorComponent.h File Reference
#include "Cesium3DTileset.h"
#include "CesiumGeospatial/GlobeAnchor.h"
#include "Components/ActorComponent.h"
#include "Delegates/IDelegateInstance.h"
#include "CesiumGlobeAnchorComponent.generated.h"

Go to the source code of this file.

Classes

class  UCesiumGlobeAnchorComponent
 This component can be added to a movable actor to anchor it to the globe and maintain precise placement. More...
 

Enumerations

enum class  ECesiumHeightReference : uint8 { Ellipsoid , Tileset , None }
 The frame of reference from which to interpret a given height value. More...
 

Enumeration Type Documentation

◆ ECesiumHeightReference

enum class ECesiumHeightReference : uint8
strong

The frame of reference from which to interpret a given height value.

Enumerator
Ellipsoid 

Height is interpreted relative to the ellipsoid.

Tileset 

Height is interpreted relative to the surface of a 3D tileset.

None 

No specified Height Reference.

Used only for HeightReferenceOverride in the CesiumGlobeAnchor Blueprints. Do not use otherwise.

Definition at line 18 of file CesiumGlobeAnchorComponent.h.