Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/AnimGraphRuntime/Public/LinkedAnimGraphLibrary.h |
Include |
#include "LinkedAnimGraphLibrary.h" |
class ULinkedAnimGraphLibrary : public UBlueprintFunctionLibrary
Exposes operations to be performed on anim node contexts.
Name | Description | ||
---|---|---|---|
|
FLinkedAnimG... |
ConvertToLinkedAnimGraph ( |
Get a linked anim graph reference from an anim node reference |
|
ConvertToLinkedAnimGraphPure ( |
Get a linked anim graph reference from an anim node reference (pure) |
|
|
UAnimInstanc... |
GetLinkedAnimInstance ( |
Get the linked instance is hosted by this node. |
|
HasLinkedAnimInstance ( |
Returns whether the node hosts an instance (e.g. linked anim graph or layer) |