Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/Restorability > API/Plugins/LevelSnapshots/Restorability/Interfaces
References
| Module | LevelSnapshots |
| Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/Interfaces/IRestorationListener.h |
| Include | #include "Restorability/Interfaces/IRestorationListener.h" |
Syntax
struct FApplySnapshotPropertiesParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bWasRecreated | Whether Object did not yet exist in the world and was recreated | |
| UObject * | Object | The object that receives serialized data. | |
| TOptional< const FPropertySelection * > | PropertySelection | Only valid when bWasRecreated = false | |
| const FPropertySelectionMap & | SelectedProperties | All of the user's selected properties |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FApplySnapshotPropertiesParams
(
UObject* Object, |