Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/Data
References
| Module | LevelSnapshots |
| Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Data/SnapshotDataCache.h |
| Include | #include "Data/SnapshotDataCache.h" |
Syntax
USTRUCT&40;&41;
struct FActorSnapshotCache
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bReceivedSerialisation | Whether we already serialised the snapshot data into the actor. | |
| TWeakObjectPtr< AActor > | CachedSnapshotActor | ||
| TArray< int32 > | ObjectDependencies | Stores all object dependencies. Only valid if bReceivedSerialisation == true. |