Navigation
API > API/Plugins > API/Plugins/LevelSnapshotFilters
References
| Module | LevelSnapshotFilters |
| Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/LevelSnapshotFilterParams.h |
| Include | #include "LevelSnapshotFilterParams.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FIsDeletedComponentValidParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UActorComponent > | DeletedComponent | This component was removed from the actor. | |
| TObjectPtr< AActor > | EditorActor | The actor the component was removed from; This instance exists in the editor world. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FIsDeletedComponentValidParams
(
UActorComponent* DeletedComponent, |