Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/FMemStackPoseHistory
Description
For review: Here we are just changing the return type to force users to update immediately. Will cause project to not compile for users who override the pure virtual func getter, not sure how we can gracefully deprecate this. Another option is to just have a new function signature GetTransformTrajectory() and add a final tag to the GetTrajectory() to also force users to upgrade. Lastly, to me this seems like a struct not many licensees would inherent from tbh.
Virtual Inheritance
- IPoseHistory::GetTrajectory → FMemStackPoseHistory::GetTrajectory
| Name | GetTrajectory |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchHistory.h |
| Include Path | #include "PoseSearch/PoseSearchHistory.h" |
virtual const FTransformTrajectory & GetTrajectory() const