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