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