Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/ULinkedAnimGraphLibrary
Description
Get the linked instance is hosted by this node. If the node does not host an instance then HasLinkedAnimInstance will return false
| Name | GetLinkedAnimInstance |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/LinkedAnimGraphLibrary.h |
| Include Path | #include "LinkedAnimGraphLibrary.h" |
| Source | /Engine/Source/Runtime/AnimGraphRuntime/Private/LinkedAnimGraphLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Animation|Linked Anim Graphs", Meta=(BlueprintThreadSafe))
static UAnimInstance * GetLinkedAnimInstance
(
const FLinkedAnimGraphReference & Node
)