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 FPropertyOverrideReferenceTable
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsValid | Support previous data this will be false until this override is resaved. | |
| TSet< TObjectPtr< UObject > > | ObjectReferences | Contains hard refs from the SoftObjectPathTable. | |
| TArray< FSoftObjectPath > | SoftObjectPathTable | Contains SoftObjectPaths from the FSubObjectPropertyOverride serialization so that they can be properly fixed up (fixup redirectors) |