Navigation
API > API/Plugins > API/Plugins/LevelSnapshots
| |
|
| Name |
FPreApplyFiltersParams |
| Type |
struct |
| Header File |
/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/Interfaces/ISnapshotFilterExtender.h |
| Include Path |
#include "Restorability/Interfaces/ISnapshotFilterExtender.h" |
Syntax
struct FPreApplyFiltersParams
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| EditorObject |
UObject * |
The snapshot world object being filtered |
Restorability/Interfaces/ISnapshotFilterExtender.h |
|
| Snapshot |
ULevelSnapshot * |
The snapshot on which the filtering occurs |
Restorability/Interfaces/ISnapshotFilterExtender.h |
|
| SnapshotObject |
UObject * |
The editor object being filtered |
Restorability/Interfaces/ISnapshotFilterExtender.h |
|