Navigation
API > API/Plugins > API/Plugins/PoseSearch
| |
|
| Name |
EInputQueryPose |
| Type |
enum |
| Header File |
/Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchFeatureChannel.h |
| Include Path |
#include "PoseSearch/PoseSearchFeatureChannel.h" |
Syntax
enum EInputQueryPose
{
UseCharacterPose,
UseContinuingPose,
}
Values
| Name |
Remarks |
| UseCharacterPose |
Use character pose to compose the query. |
| UseContinuingPose |
If available reuse continuing pose from the database to compose the query, or else UseCharacterPose. |