Navigation
API > API/Runtime > API/Runtime/Landscape
| |
|
| Name |
FOnLandscapeProxyFixupSharedDataParams |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include Path |
#include "LandscapeProxy.h" |
Syntax
struct FOnLandscapeProxyFixupSharedDataParams
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bUpgradeSharedPropertiesPerformed |
bool |
Indicates whether UpgradeSharedProperties has been called on this proxy already (before this call) |
LandscapeProxy.h |
|
| Landscape |
ALandscape * |
Parent landscape actor for the landscape proxy on which OnLandscapeProxyFixupSharedData is triggered |
LandscapeProxy.h |
|