unreal.TypedElementChildInclusionMethod

class unreal.TypedElementChildInclusionMethod

Bases: EnumBase

ETyped Element Child Inclusion Method

C++ Source:

  • Module: TypedElementRuntime

  • File: TypedElementSelectionInterface.h

IMMEDIATE: TypedElementChildInclusionMethod

Include the immediate child elements, but do not recurse

Type:

1

NONE: TypedElementChildInclusionMethod

Do not include child elements

Type:

0

RECURSIVE: TypedElementChildInclusionMethod

Include the immediate child elements, and recurse into their children too

Type:

2