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 FIsAddedComponentValidParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UActorComponent > | AddedComponent | This component was added to the actor. This is an instance in the editor world. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FIsAddedComponentValidParams
(
UActorComponent* AddedComponent |