Navigation
API > API/Plugins > API/Plugins/GeoReferencing
References
| Module | GeoReferencing |
| Header | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Public/GeoReferencingSystem.h |
| Include | #include "GeoReferencingSystem.h" |
Syntax
enum EPlanetShape
{
UMETA =(DisplayName = "Flat Planet"),
UMETA =(DisplayName = "Round Planet"),
}
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Double precision structures.