Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/Data
Inheritance Hierarchy
- FObjectSnapshotData
- FSubobjectSnapshotData
References
| Module | LevelSnapshots |
| Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Data/SubobjectSnapshotData.h |
| Include | #include "Data/SubobjectSnapshotData.h" |
Syntax
USTRUCT&40;&41;
struct FSubobjectSnapshotData : public FObjectSnapshotData
Remarks
Data saved for subobjects, such as components.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bWasSkippedClass | Whether this object was marked as unsupported when the snapshot was taken | |
| int32 | ClassIndex | Valid index to FWorldSnapshotData::ClassData. | |
| int32 | OuterIndex | Index to FWorldSnapshotData::SerializedObjectReferences |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UE::LevelSnapshots::FClassDataIndex | "Type safety" for better self-documenting code | ||
| FSubobjectSnapshotData |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FSoftClassPath | Class_DEPRECATED |