unreal.PoseSearchInterruptMode

class unreal.PoseSearchInterruptMode

Bases: EnumBase

namespace UE::PoseSearch

C++ Source:

  • Plugin: PoseSearch

  • Module: PoseSearch

  • File: PoseSearchLibrary.h

DO_NOT_INTERRUPT: PoseSearchInterruptMode

continuing pose search will be performed if valid

Type:

0

FORCE_INTERRUPT: PoseSearchInterruptMode

continuing pose search will always be interrupted

Type:

3

FORCE_INTERRUPT_AND_INVALIDATE_CONTINUING_POSE: PoseSearchInterruptMode

continuing pose search will always be interrupted and continuing pose will be invalidated (forcing the schema to use pose history to build the query)

Type:

4

INTERRUPT_ON_DATABASE_CHANGE: PoseSearchInterruptMode

continuing pose search will be interrupted if its database is not listed in the searchable databases

Type:

1

INTERRUPT_ON_DATABASE_CHANGE_AND_INVALIDATE_CONTINUING_POSE: PoseSearchInterruptMode

continuing pose search will be interrupted if its database is not listed in the searchable databases, and continuing pose will be invalidated (forcing the schema to use pose history to build the query)

Type:

2