Navigation
Unreal Engine C++ API Reference > Editor > AnimGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraph
- UBlendSpaceGraph
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/BlendSpaceGraph.h |
Include | #include "BlendSpaceGraph.h" |
Syntax
class UBlendSpaceGraph : public UEdGraph
Remarks
Dummy graph to hold sub-graphs for blendspaces. Not edited directly.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TObjectPtr< UBlendSpace > | BlendSpace | Blendspace that we wrap. |