Navigation
API > API/Plugins > API/Plugins/GeoReferencing
References
| Module | GeoReferencing |
| Header | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Public/CartesianCoordinates.h |
| Include | #include "CartesianCoordinates.h" |
Syntax
USTRUCT (BlueprintType , Meta=(Deprecated="5.0"))
struct FCartesianCoordinates
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | X | ||
| double | Y | ||
| double | Z |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCartesianCoordinates
(
const FVector& Coordinates |
|||
FCartesianCoordinates
(
const FVector4d& Coordinates |
|||
FCartesianCoordinates
(
double InX, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | ToCompactText
(
int32 IntegralDigits |
||
| void | ToFloatApproximation
(
float& OutX, |
||
| FText | ToFullText
(
int32 IntegralDigits |
||
| void | ToSeparateTexts
(
FText& OutX, |
||
| FVector | ToVector () |
||
| PRAGMA_DISABLE_DEPRECATION_WARNINGSFVector3d | ToVector3d () |