unreal.PCGActorFilter

class unreal.PCGActorFilter

Bases: EnumBase

EPCGActor Filter

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGActorSelector.h

ALL_WORLD_ACTORS: PCGActorFilter

All actors in world.

Type:

3

ORIGINAL: PCGActorFilter

The source PCG actor (rather than the generated partition actor).

Type:

4

PARENT: PCGActorFilter

The parent of this actor in the hierarchy.

Type:

1

ROOT: PCGActorFilter

The top most parent of this actor in the hierarchy.

Type:

2

SELF: PCGActorFilter

This actor (either the original PCG actor or the partition actor if partitioning is enabled).

Type:

0