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 FPostRemoveComponentParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | ComponentName | The old component's name | |
| TWeakObjectPtr< UActorComponent > | DestroyedComponent | Pointer to the still allocated component. | |
| AActor * | Owner | The actor the component was removed from |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPostRemoveComponentParams
(
AActor* Owner, |