Navigation
API > API/Plugins > API/Plugins/LevelSnapshots
| Name | FPostApplyFiltersResult |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/Interfaces/ISnapshotFilterExtender.h |
| Include Path | #include "Restorability/Interfaces/ISnapshotFilterExtender.h" |
Syntax
struct FPostApplyFiltersResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AdditionalPropertiesToFilter | TArray< FLevelSnapshotPropertyChain > | Additional properties that should be displayed to the user. | Restorability/Interfaces/ISnapshotFilterExtender.h | |
| AdditionalPropertiesToForcefullyShow | TArray< FLevelSnapshotPropertyChain > | Additional properties that should always be displayed to the user regardless of whether they pass the property filter or not. | Restorability/Interfaces/ISnapshotFilterExtender.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Combine
(
FPostApplyFiltersResult Result |
Restorability/Interfaces/ISnapshotFilterExtender.h |