Navigation
API > API/Plugins > API/Plugins/PoseSearch
Exposes operations that can be run on a Pose History node via Anim Node Functions such as "On Become Relevant" and "On Update".
| Name | UPoseSearchHistoryCollectorAnimNodeLibrary |
| Type | class |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchHistoryCollectorAnimNodeLibrary.h |
| Include Path | #include "PoseSearch/PoseSearchHistoryCollectorAnimNodeLibrary.h" |
Syntax
UCLASS (MinimalAPI)
class UPoseSearchHistoryCollectorAnimNodeLibrary : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UPoseSearchHistoryCollectorAnimNodeLibrary
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FPoseSearchHistoryCollectorAnimNodeReference ConvertToPoseHistoryNode
(
const FAnimNodeReference& Node, |
Get a Pose History node context from an anim node context | PoseSearch/PoseSearchHistoryCollectorAnimNodeLibrary.h |
|
static void ConvertToPoseHistoryNodePure
(
const FAnimNodeReference& Node, |
Get a Pose History node context from an anim node context (pure) | PoseSearch/PoseSearchHistoryCollectorAnimNodeLibrary.h |
|
static PRAGMA_DISABLE_DEPRECATION_WARNINGS void GetPoseHistoryNodeTrajectory
(
const FPoseSearchHistoryCollectorAnimNodeReference& PoseSearchHistoryCollectorNode, |
PoseSearch/PoseSearchHistoryCollectorAnimNodeLibrary.h | ||
static void GetPoseHistoryNodeTransformTrajectory
(
const FPoseSearchHistoryCollectorAnimNodeReference& PoseSearchHistoryCollectorNode, |
PoseSearch/PoseSearchHistoryCollectorAnimNodeLibrary.h |
|
|
static FPoseHistoryReference GetPoseHistoryReference
(
const FPoseSearchHistoryCollectorAnimNodeReference& Node |
PoseSearch/PoseSearchHistoryCollectorAnimNodeLibrary.h |
|
|
static void SetPoseHistoryNodeTrajectory
(
const FPoseSearchHistoryCollectorAnimNodeReference& PoseSearchHistoryCollectorNode, |
PoseSearch/PoseSearchHistoryCollectorAnimNodeLibrary.h | ||
static void SetPoseHistoryNodeTransformTrajectory
(
const FPoseSearchHistoryCollectorAnimNodeReference& PoseSearchHistoryCollectorNode, |
PoseSearch/PoseSearchHistoryCollectorAnimNodeLibrary.h |
|