Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/UMotionMatchingAnimNodeLibrary
Description
Returns true if any new BlendTo API has been called so far during the current frame. BlendTo is the BlendStack API used by the motion matching node to blend into a newly selected animation
| Name | AnyNewBlendToThisFrame |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/MotionMatchingAnimNodeLibrary.h |
| Include Path | #include "PoseSearch/MotionMatchingAnimNodeLibrary.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/MotionMatchingAnimNodeLibrary.cpp |
UFUNCTION (Experimental, BlueprintPure, Category="Animation|MotionMatching",
Meta=(BlueprintThreadSafe))
static bool AnyNewBlendToThisFrame
(
const FMotionMatchingAnimNodeReference & MotionMatchingNode
)
Parameters
| Name | Remarks |
|---|---|
| MotionMatchingNode | The motion matching node to operate on. |