Navigation
API > API/Plugins > API/Plugins/LevelSnapshotFilters
Base-class for filtering a level snapshot. Native C++ classes should inherit directly from this class.
| Name | ULevelSnapshotFilter |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/LevelSnapshotFilters.h |
| Include Path | #include "LevelSnapshotFilters.h" |
Syntax
UCLASS (Abstract, BlueprintType, EditInlineNew)
class ULevelSnapshotFilter : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULevelSnapshotFilter