Navigation
API > API/Plugins > API/Plugins/LevelSnapshots
| Name | FPreRemoveActorParams |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/Interfaces/IRestorationListener.h |
| Include Path | #include "Restorability/Interfaces/IRestorationListener.h" |
Syntax
struct FPreRemoveActorParams : public UE::LevelSnapshots::FRestorationListenerBaseParams
Inheritance Hierarchy
- FRestorationListenerBaseParams → FPreRemoveActorParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPreRemoveActorParams
(
const FPropertySelectionMap& SelectedProperties, |
Restorability/Interfaces/IRestorationListener.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActorToRemove | AActor * | Restorability/Interfaces/IRestorationListener.h |