Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/FPoseSearchCustomVersion
| |
|
| Name |
Type |
| Type |
enum |
| Header File |
/Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchCustomVersion.h |
| Include Path |
#include "PoseSearch/PoseSearchCustomVersion.h" |
Syntax
enum Type
{
BeforeCustomVersionWasAdded = 0,
DeprecatedTrajectoryTypes,
AddedInterruptModeToDebugger,
VersionPlusOne,
LatestVersion = VersionPlusOne - 1,
}
Values
| Name |
Remarks |
| BeforeCustomVersionWasAdded |
Before any version changes were made in the plugin. |
| DeprecatedTrajectoryTypes |
Deprecated FPoseSearchQueryTrajectory and FPoseSearchQueryTrajectorySample. This version matches the RouteId_MotionMatchingState2 event. |
| AddedInterruptModeToDebugger |
Added InterruptMode to posesearch debugger. This version matches the RouteId_MotionMatchingState3 event. |
| VersionPlusOne |
------------------------------------------------ |
| LatestVersion |
|