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 FIsPropertyValidParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< AActor > | LevelActor | The actor equivalent to LevelActor: it exists in the world | |
| FPropertyContainerHandle | LevelPropertyContainers | For passing to FProperty::ContainerPtrToValuePtr. | |
| TFieldPath< FProperty > | Property | The property that we may want to rollback. | |
| TArray< FString > | PropertyPath | Each elements is the name of a subobject name leading to this property. | |
| TObjectPtr< AActor > | SnapshotActor | The actor saved in the snapshot | |
| FPropertyContainerHandle | SnapshotPropertyContainer | For passing to FProperty::ContainerPtrToValuePtr. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FIsPropertyValidParams
(
AActor* InSnapshotActor, |