Navigation
API > API/Plugins > API/Plugins/PoseSearch
| |
|
| Name |
EPoseSearchTrajectoryFlags |
| Type |
enum |
| Header File |
/Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchFeatureChannel_Trajectory.h |
| Include Path |
#include "PoseSearch/PoseSearchFeatureChannel_Trajectory.h" |
Syntax
enum EPoseSearchTrajectoryFlags
{
Velocity = 1 << 0,
Position = 1 << 1,
VelocityDirection = 1 << 2,
FacingDirection = 1 << 3,
VelocityXY = 1 << 4,
PositionXY = 1 << 5,
VelocityDirectionXY = 1 << 6,
FacingDirectionXY = 1 << 7,
}
Values
| Name |
Remarks |
| Velocity |
|
| Position |
|
| VelocityDirection |
|
| FacingDirection |
|
| VelocityXY |
|
| PositionXY |
|
| VelocityDirectionXY |
|
| FacingDirectionXY |
|