Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscapeProxy
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include | #include "LandscapeProxy.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/Landscape.cpp |
TArray< FName > SynchronizeSharedProperties
&40;
ALandscapeProxy &42; InLandscape
&41;
Remarks
Enforce property sharing and requirements related to the parent Landscape actor An array containing all synchronized properties names (properties that were different from the provided landscape).
Parameters
| Name | Description |
|---|---|
| InLandscape | the parent landscape to use as a template. |