Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/FPoseHistory
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetTrajectory
(
const FTransformTrajectory& InTrajectory, |
Experimental, this feature might be removed without warning, not for production use. | PoseSearch/PoseSearchHistory.h | |
PRAGMA_DISABLE_DEPRECATION_WARNINGS void SetTrajectory
(
const FPoseSearchQueryTrajectory& InTrajectory, |
We need to handle the changes from CL 39422514 since licensees still haven't gotten the move of this function to the IPoseHistory, as of 5.5, therefore this function still needs to be marked as deprecated even tho it was deleted later on. | PoseSearch/PoseSearchHistory.h |
SetTrajectory(const FTransformTrajectory &, float)
Description
Experimental, this feature might be removed without warning, not for production use.
| Name | SetTrajectory |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchHistory.h |
| Include Path | #include "PoseSearch/PoseSearchHistory.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/PoseSearchHistory.cpp |
virtual void SetTrajectory
(
const FTransformTrajectory & InTrajectory,
float InTrajectorySpeedMultiplier
)
SetTrajectory(const FPoseSearchQueryTrajectory &, float)
Description
We need to handle the changes from CL 39422514 since licensees still haven't gotten the move of this function to the IPoseHistory, as of 5.5, therefore this function still needs to be marked as deprecated even tho it was deleted later on.
| Name | SetTrajectory |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchHistory.h |
| Include Path | #include "PoseSearch/PoseSearchHistory.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/PoseSearchHistory.cpp |
PRAGMA_DISABLE_DEPRECATION_WARNINGS void SetTrajectory
(
const FPoseSearchQueryTrajectory & InTrajectory,
float InTrajectorySpeedMultiplier
)