Navigation
API > API/Editor > API/Editor/AnimGraph
| |
|
| Name |
UAnimationGraph |
| Type |
class |
| Header File |
/Engine/Source/Editor/AnimGraph/Public/AnimationGraph.h |
| Include Path |
#include "AnimationGraph.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UAnimationGraph : public UEdGraph
Inheritance Hierarchy
Derived Classes
UAnimationGraph derived class hierarchy
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BlendOptions |
FAnimGraphBlendOptions |
Blending options for animation graphs in Linked Animation Blueprints. |
AnimationGraph.h |
- EditAnywhere
- Category=GraphBlending
- Meta=(ShowOnlyInnerProperties)
|
| OnPinDefaultValueChanged |
FOnPinDefaultValueChanged |
Delegate fired when a pin's default value is changed |
AnimationGraph.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Returns contained graph nodes of the specified (or child) class |
AnimationGraph.h |
- BlueprintCallable
- Category=AnimationGraph
|