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 FPreRecreateComponentParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| UClass * | ComponentClass | The class the component will have. | |
| FName | ComponentName | The name the component will have. | |
| EComponentCreationMethod | CreationMethod | The creation method that will be set for the component. | |
| AActor * | Owner | The actor that will own the component |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPreRecreateComponentParams
(
AActor* Owner, |