unreal.PCGWorldQueryFilter

class unreal.PCGWorldQueryFilter

Bases: EnumBase

EPCGWorld Query Filter

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGWorldData.h

EXCLUDE: PCGWorldQueryFilter = Ellipsis

Always exclude an actor if it matches this filter.

Type:

2

INCLUDE: PCGWorldQueryFilter = Ellipsis

Includes the actor if no other filter explicitly filters it out (either by exclusion or by requiring an unmet criteria).

Type:

1

NONE: PCGWorldQueryFilter = Ellipsis

Filter disabled

Type:

0

REQUIRE: PCGWorldQueryFilter = Ellipsis

Requires the actor to match to this filter to be included.

Type:

3