Navigation
API > API/Plugins > API/Plugins/PoseSearch
PoseSearchTrajectoryPredictor: API for an object to implement to act as a predictor of the future trajectory for motion matching animation purposes
| Name | IPoseSearchTrajectoryPredictorInterface |
| Type | class |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchTrajectoryPredictor.h |
| Include Path | #include "PoseSearch/PoseSearchTrajectoryPredictor.h" |
Syntax
class IPoseSearchTrajectoryPredictorInterface : public IInterface
Implements Interfaces
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetCurrentState
(
FVector& OutPosition, |
PoseSearch/PoseSearchTrajectoryPredictor.h |
|
|
void GetGravity
(
FVector& OutGravityAccel |
PoseSearch/PoseSearchTrajectoryPredictor.h |
|
|
void GetVelocity
(
FVector& OutVelocity |
PoseSearch/PoseSearchTrajectoryPredictor.h |
|
|
void Predict
(
FTransformTrajectory& InOutTrajectory, |
PoseSearch/PoseSearchTrajectoryPredictor.h |
|