#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.
◆ ECesiumHeightReference
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.