Navigation
API > API/Plugins > API/Plugins/BlendStackEditor
Inheritance Hierarchy
- UAnimationGraph
- UAnimationBlendStackGraph
References
| Module | BlendStackEditor |
| Header | /Engine/Plugins/Animation/BlendStack/Source/Editor/Public/AnimationBlendStackGraph.h |
| Include | #include "AnimationBlendStackGraph.h" |
Syntax
UCLASS (MinimalAPI)
class UAnimationBlendStackGraph : public UAnimationGraph
Remarks
Animation graph used for blend stacks. The result node is the root of the blend graph. The input node is dynamically linked to the blend stack's sample pose.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UAnimGraphNode_Root > | ResultNode | Result node within the state's animation graph. |