Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraph
- UAnimationGraph
- UAnimationBlendSpaceSampleGraph
- UAnimationCustomTransitionGraph
- UAnimationStateGraph
- UAnimationTransitionGraph
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/AnimationGraph.h |
Include | #include "AnimationGraph.h" |
Syntax
class UAnimationGraph : public UEdGraph
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FAnimGraphBlendOptions | BlendOptions | Blending options for animation graphs in Linked Animation Blueprints. |
![]() |
FOnPinDefaultValueChanged | OnPinDefaultValueChanged | Delegate fired when a pin's default value is changed |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UAnimationGraph
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | GetGraphNodesOfClass
(
TSubclassOf< UAnimGraphNode_Base > NodeClass, |
Returns contained graph nodes of the specified (or child) class |