Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/Data > API/Plugins/LevelSnapshots/Data/FWorldSnapshotData
Syntax
UPROPERTY&40;&41;
TArray< FClassSnapshotData > ClassData
Remarks
Saves class info, such as archetype data, for every object's class.
Actor classes have exactly one entry FClassSnapshotData::FClassSnapshotData. For other classes, e.g. components, there may be multiple entries for the same class. This is because subobjects can have their own archtetypes (you can see this by looking a the reset to default button in the details panel).
Added in 5.1.