Navigation
API > API/Plugins > API/Plugins/LevelSnapshots
| Name | FPreRecreateComponentParams |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/Interfaces/IRestorationListener.h |
| Include Path | #include "Restorability/Interfaces/IRestorationListener.h" |
Syntax
struct FPreRecreateComponentParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPreRecreateComponentParams
(
AActor* Owner, |
Restorability/Interfaces/IRestorationListener.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ComponentClass | UClass * | The class the component will have. | Restorability/Interfaces/IRestorationListener.h | |
| ComponentName | FName | The name the component will have. | Restorability/Interfaces/IRestorationListener.h | |
| CreationMethod | EComponentCreationMethod | The creation method that will be set for the component. | Restorability/Interfaces/IRestorationListener.h | |
| Owner | AActor * | The actor that will own the component | Restorability/Interfaces/IRestorationListener.h |