unreal.PCGObjectExtractorBehavior

class unreal.PCGObjectExtractorBehavior

Bases: EnumBase

EPCGObject Extractor Behavior

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGPropertyHelpers.h

EXTRACT: PCGObjectExtractorBehavior = Ellipsis

Extract object members at the first level (first struct property), nested objects will be a soft object/class path attribute

Type:

1

NO_EXTRACT: PCGObjectExtractorBehavior = Ellipsis

Do not extract object members, single soft object/class path attribute

Type:

0