Navigation
Unreal Engine C++ API Reference > Plugins > LevelSnapshotFilters
References
Module | LevelSnapshotFilters |
Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/LevelSnapshotFilters.h |
Include | #include "LevelSnapshotFilters.h" |
Syntax
namespace EFilterResult
{
enum Type
&123;
Include,
Exclude,
DoNotCare,
&125;
}
Values
Name | Description |
---|---|
Include | This actor / property will be included. |
Exclude | This actor / property will be excluded. |
DoNotCare | The filter does not care what happens to this actor / property. |