Navigation
Unreal Engine C++ API Reference > Plugins > LevelSnapshotFilters > Builtin
References
Module | LevelSnapshotFilters |
Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/Builtin/ActorHasTagFilter.h |
Include | #include "Builtin/ActorHasTagFilter.h" |
Syntax
namespace EActorToCheck
{
enum Type
&123;
WorldActor,
SnapshotActor,
Both,
&125;
}
Values
Name | Description |
---|---|
WorldActor | Checks only the tags of the world actor |
SnapshotActor | Checks only the tags of the snapshot actor |
Both | Checks the tags of both actors. |