Navigation
API > API/Plugins > API/Plugins/PoseSearch
| Name | EPoseSearchBoneFlags |
| Type | enum |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchFeatureChannel_Pose.h |
| Include Path | #include "PoseSearch/PoseSearchFeatureChannel_Pose.h" |
Syntax
enum EPoseSearchBoneFlags
{
Velocity = 1 << 0,
Position = 1 << 1,
Rotation = 1 << 2,
Phase = 1 << 3,
}
Values
| Name | Remarks |
|---|---|
| Velocity | |
| Position | |
| Rotation | |
| Phase |