Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/Data
Inheritance Hierarchy
- FObjectSnapshotData
- FClassSnapshotData
References
| Module | LevelSnapshots |
| Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Data/ClassSnapshotData.h |
| Include | #include "Data/ClassSnapshotData.h" |
Syntax
USTRUCT&40;&41;
struct FClassSnapshotData : public FObjectSnapshotData
Remarks
Holds class information for a specific use of a class. Usually it holds the class archetype. Actor classes have exactly one instance of FClassSnapshotData. Subobjects can have multiple instances of FClassSnapshotData; in actors each subobject has its own archetype.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | ClassFlags | Flags of ClassPath, i.e. the class whose archetype was serialized | |
| FSoftClassPath | ClassPath | The class getting saved. | |
| ESnapshotClassFlags | SnapshotFlags | Special flags about this class |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EObjectFlags |