unreal.ActorToCheck

class unreal.ActorToCheck

Bases: unreal.EnumBase

EActor to Check

C++ Source:

  • Plugin: LevelSnapshots

  • Module: LevelSnapshotFilters

  • File: ActorHasTagFilter.h

BOTH

Checks the tags of both actors.

Type

2

SNAPSHOT_ACTOR

Checks only the tags of the snapshot actor

Type

1

WORLD_ACTOR

Checks only the tags of the world actor

Type

0