Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphSchema
- UEdGraphSchema_K2
- UAnimationGraphSchema
- UAnimationStateGraphSchema
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimationStateGraphSchema.h |
| Include | #include "AnimationStateGraphSchema.h" |
Syntax
class UAnimationStateGraphSchema : public UAnimationGraphSchema
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimationStateGraphSchema
(
const FObjectInitializer& ObjectInitializer |
Overridden from UEdGraphSchema
| Type | Name | Description | |
|---|---|---|---|
| bool | CanDuplicateGraph
(
UEdGraph* InSourceGraph |
Can this graph type be duplicated? | |
| void | CreateDefaultNodesForGraph
(
UEdGraph& Graph |
Populate new graph with any default nodes | |
| void | GetGraphDisplayInformation
(
const UEdGraph& Graph, |
Gets display information for a graph |