-
Notifications
You must be signed in to change notification settings - Fork 16
WorldOrigin
huggins edited this page May 3, 2023
·
5 revisions
Holds geospatial variables pertaining to the location and orientation of the Unreal Engine world origin.
struct FWorldOrigin
Type | Name | Description |
---|---|---|
FLatLonHeightFloat | WorldOriginLLH | The lat, lon, height location of the Unreal Engine world origin. |
FNorthEastDown | WorldOriginNED | The north, east, down vectors of the Unreal Engine world origin. |
FLatLonHeightFloat WorldOriginLLH
The lat, lon, height location of the Unreal Engine world origin.
Category: GRILL DIS|Structs
FNorthEastDown WorldOriginNED
The north, east, down vectors of the Unreal Engine world origin.
Category: GRILL DIS|Structs