Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionPropertyOverride.h |
| Include | #include "WorldPartition/WorldPartitionPropertyOverride.h" |
Syntax
USTRUCT (NotBlueprintable)
struct FActorPropertyOverride
Remarks
Per Actor overrides, includes a map of Sub-Object name to FSubObjectPropertyOverride data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< AActor > | Actor | Used to Serialize newly overriden ActorDescs. | |
| FPropertyOverrideReferenceTable | ReferenceTable | ||
| TMap< FString, FSubObjectPropertyOverride > | SubObjectOverrides |