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" |
| Source | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Private/GeoReferencingSystem.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"GeoReferencing&124;Misc",
Meta&61;&40;DisplayName&61;"Apply Runtime Changes"&41;&41;
void ApplySettings&40;&41;
Remarks
In case you want to change the Origin or CRS definition properties during application execution, you need to call this function to update the internal transformation cache. Note this is not a recommended practice, because it will not move the level actors accordingly. Can be useful though if you rebase your actors yourself, or if you want to change one CRS used for displaying coordinates.