Navigation
API > API/Plugins > API/Plugins/PoseSearch
| Name | EPoseSearchInterruptMode |
| Type | enum |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchLibrary.h |
| Include Path | #include "PoseSearch/PoseSearchLibrary.h" |
Syntax
enum EPoseSearchInterruptMode
{
DoNotInterrupt,
InterruptOnDatabaseChange,
InterruptOnDatabaseChangeAndInvalidateContinuingPose,
ForceInterrupt,
ForceInterruptAndInvalidateContinuingPose,
}
Values
| Name | Remarks |
|---|---|
| DoNotInterrupt | Continuing pose search will be performed if valid |
| InterruptOnDatabaseChange | Continuing pose search will be interrupted if its database is not listed in the searchable databases |
| InterruptOnDatabaseChangeAndInvalidateContinuingPose | 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) |
| ForceInterrupt | Continuing pose search will always be interrupted |
| ForceInterruptAndInvalidateContinuingPose | Continuing pose search will always be interrupted and continuing pose will be invalidated (forcing the schema to use pose history to build the query) |