Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/ICustomSnapshotSerializationData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< ISnapshotSubobjectMetaData > GetSubobjectMetaData
(
int32 Index |
Gets the meta data stored for a subobject previously added using AddSubobjectDependency. | Restorability/Params/ObjectSnapshotSerializationData.h | |
const TSharedPtr< ISnapshotSubobjectMetaData > GetSubobjectMetaData
(
int32 Index |
Restorability/Params/ObjectSnapshotSerializationData.h |
GetSubobjectMetaData(int32)
Description
Gets the meta data stored for a subobject previously added using AddSubobjectDependency.
| Name | GetSubobjectMetaData |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/Params/ObjectSnapshotSerializationData.h |
| Include Path | #include "Restorability/Params/ObjectSnapshotSerializationData.h" |
TSharedPtr < ISnapshotSubobjectMetaData > GetSubobjectMetaData
(
int32 Index
)
GetSubobjectMetaData(int32)
| Name | GetSubobjectMetaData |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/Params/ObjectSnapshotSerializationData.h |
| Include Path | #include "Restorability/Params/ObjectSnapshotSerializationData.h" |
const TSharedPtr < ISnapshotSubobjectMetaData > GetSubobjectMetaData
(
int32 Index
) const