Navigation
Unreal Engine C++ API Reference > Editor > AnimGraph > UAnimationStateGraphSchema
- UEdGraphSchema::CreateDefaultNodesForGraph()
- UAnimationGraphSchema::CreateDefaultNodesForGraph()
- UAnimationStateGraphSchema::CreateDefaultNodesForGraph()
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/AnimationStateGraphSchema.h |
Include | #include "AnimationStateGraphSchema.h" |
Source | /Engine/Source/Editor/AnimGraph/Private/AnimationStateGraphSchema.cpp |
virtual void CreateDefaultNodesForGraph
&40;
UEdGraph & Graph
&41; const
Remarks
Populate new graph with any default nodes
Parameters
Name | Description |
---|---|
Graph | Graph to add the default nodes to |
ContextClass | If specified, the graph terminators will use this class to search for context for signatures (i.e. interface functions) |