Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscapeProxy
Description
Return the landscape guid, used to identify landscape proxies (and splines) that belong to the same landscape, even across world partitions. Also used as the world partition grid guid. This value may be modified when the landscape is instanced, to allow multiple instances of the same landscape to exist simultaneously. If you want the original (uninstanced) value, use GetOriginalLandscapeGuid().
Virtual Inheritance
- ILandscapeSplineInterface::GetLandscapeGuid → ALandscapeProxy::GetLandscapeGuid
| Name | GetLandscapeGuid |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include Path | #include "LandscapeProxy.h" |
virtual FGuid GetLandscapeGuid() const