Navigation
API > API/Plugins > API/Plugins/GeoReferencing > API/Plugins/GeoReferencing/AGeoReferencingSystem
References
| Module | GeoReferencing |
| Header | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Public/GeoReferencingSystem.h |
| Include | #include "GeoReferencingSystem.h" |
UFUNCTION&40;BlueprintCallable, Category&61;"GeoReferencing&124;Transformations",
Meta&61;&40;DisplayName&61;"Engine To Projected"&41;&41;
void K2_EngineToProjected
&40;
const FVector & EngineCoordinates,
FVector & ProjectedCoordinates
&41;
Remarks
We want to keep the same function names, but with a change in some argument types. UBT doesn't support that unless we create the new functions with a K2_ prefix and use the meta/Displayname tag to keep the same name. To allow for a simple C++ usage too, we keep the C++ functions doing the actual work separately Convert a Vector expressed in ENGINE space to the PROJECTED CRS