Navigation
API > API/Plugins > API/Plugins/GeoReferencing
Double precision structures.
| Name | EPlanetShape |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Public/GeoReferencingSystem.h |
| Include Path | #include "GeoReferencingSystem.h" |
Syntax
enum EPlanetShape
{
UMETA =(DisplayName = "Flat Planet"),
UMETA =(DisplayName = "Round Planet"),
}
Values
| Name | Remarks |
|---|---|
| UMETA | The world geometry coordinates are expressed in a projected space such as a Mercator projection. |
| UMETA | The world geometry coordinates are expressed in a planet wide Cartesian frame, placed on a specific location or at earth, or at the planet center. |