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 FApplySnapshotToActorParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| AActor * | Actor | The actor that is modified | |
| bool | bWasRecreated | Whether Object did not yet exist in the world and was recreated | |
| const FPropertySelectionMap & | SelectedProperties | All of the user's selected properties |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FApplySnapshotToActorParams
(
AActor* Actor, |