unreal.PCGIsolatedActorIncludeFlag

class unreal.PCGIsolatedActorIncludeFlag

Bases: EnumBase

EPCGIsolated Actor Include Flag

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGActorSelector.h

IGNORE: PCGIsolatedActorIncludeFlag = Ellipsis

Ignores isolated actors that stem from the selection.

Type:

0

INCLUDE: PCGIsolatedActorIncludeFlag = Ellipsis

Includes isolated actors that were extracted from the selection.

Type:

1

ONLY: PCGIsolatedActorIncludeFlag = Ellipsis

Returns only isolated actors extracted from the original selection.

Type:

2