Navigation
API > API/Plugins > API/Plugins/LevelSnapshotFilters
| Name | FIsActorValidParams |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/LevelSnapshotFilterParams.h |
| Include Path | #include "LevelSnapshotFilterParams.h" |
Syntax
USTRUCT (BlueprintType )
struct FIsActorValidParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| LevelSnapshotFilterParams.h | |||
FIsActorValidParams
(
AActor* InSnapshotActor, |
LevelSnapshotFilterParams.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LevelActor | TObjectPtr< AActor > | The actor equivalent to LevelActor: it exists in the world | LevelSnapshotFilterParams.h |
|
| SnapshotActor | TObjectPtr< AActor > | The actor saved in the snapshot | LevelSnapshotFilterParams.h |
|