Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/Data
Inheritance Hierarchy
- FObjectSnapshotData
- FCustomSubbjectSerializationData
References
| Module | LevelSnapshots |
| Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Data/CustomSerializationData.h |
| Include | #include "Data/CustomSerializationData.h" |
Syntax
USTRUCT&40;&41;
struct FCustomSubbjectSerializationData : public FObjectSnapshotData
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ClassIndex | Valid index to FWorldSnapshotData::ClassData. | |
| int32 | ObjectPathIndex | Valid index to FWorldSnapshotData::SerializedObjectReferences | |
| TArray< uint8 > | SubobjectAnnotationData | Additional custom data saved by ICustomSnapshotSerializationData |