Navigation
API > API/Plugins > API/Plugins/LevelSnapshotFilters
| Name | FIsAddedComponentValidParams |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/LevelSnapshotFilterParams.h |
| Include Path | #include "LevelSnapshotFilterParams.h" |
Syntax
USTRUCT (BlueprintType )
struct FIsAddedComponentValidParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| LevelSnapshotFilterParams.h | |||
FIsAddedComponentValidParams
(
UActorComponent* AddedComponent |
LevelSnapshotFilterParams.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddedComponent | TObjectPtr< UActorComponent > | This component was added to the actor. This is an instance in the editor world. | LevelSnapshotFilterParams.h |
|