unreal.TypedElementChildInclusionMethod

class unreal.TypedElementChildInclusionMethod

Bases: unreal.EnumBase

ETyped Element Child Inclusion Method

C++ Source:

  • Module: TypedElementRuntime

  • File: TypedElementSelectionInterface.h

IMMEDIATE

Include the immediate child elements, but do not recurse

Type

1

NONE

Do not include child elements

Type

0

RECURSIVE

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

Type

2