unreal.BTParallelMode

class unreal.BTParallelMode

Bases: EnumBase

keep in sync with DescribeFinishMode

C++ Source:

  • Module: AIModule

  • File: BTComposite_SimpleParallel.h

ABORT_BACKGROUND: BTParallelMode = Ellipsis

When main task finishes, immediately abort background tree.

Type:

0

WAIT_FOR_BACKGROUND: BTParallelMode = Ellipsis

When main task finishes, wait for background tree to finish.

Type:

1