Navigation
API > API/Plugins > API/Plugins/GeoReferencing > API/Plugins/GeoReferencing/AGeoReferencingSystem
Description
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.
| Name | ApplySettings |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Public/GeoReferencingSystem.h |
| Include Path | #include "GeoReferencingSystem.h" |
| Source | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Private/GeoReferencingSystem.cpp |
UFUNCTION (BlueprintCallable, Category="GeoReferencing|Misc",
Meta=(DisplayName="Apply Runtime Changes"))
void ApplySettings()