Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/UMotionMatchingAnimNodeLibrary
Description
Set the database to search on the motion matching node. This overrides the Database property on the motion matching node.
| Name | SetDatabaseToSearch |
| 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 (BlueprintCallable, Category="Animation|MotionMatching", Meta=(BlueprintThreadSafe))
static void SetDatabaseToSearch
(
const FMotionMatchingAnimNodeReference & MotionMatchingNode,
UPoseSearchDatabase * Database,
EPoseSearchInterruptMode InterruptMode
)
Parameters
| Name | Remarks |
|---|---|
| MotionMatchingNode | The motion matching node to operate on. |
| Database | The database for the motion matching node to search. |
| InterruptMode | mode to control the continuing pose search (the current animation that's playing) |