Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_Base
- UAnimGraphNode_Base::GetBoundFunctionsInfo()
- UAnimGraphNode_StateResult::GetBoundFunctionsInfo()
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h |
| Include | #include "AnimGraphNode_Base.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Base.cpp |
virtual void GetBoundFunctionsInfo
(
TArray< TPair< FName, FName > > & InOutBindingsInfo
)
Remarks
Gets editor information for all the bound anim node functions (category metadata string, member variable's name) Used by SAnimGraphNode to display all bound functions of an anim node.