Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/SoundCueGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- USoundCueGraphNode_Base
- USoundCueGraphNode_Root
References
| Module | AudioEditor |
| Header | /Engine/Source/Editor/AudioEditor/Classes/SoundCueGraph/SoundCueGraphNode_Root.h |
| Include | #include "SoundCueGraph/SoundCueGraphNode_Root.h" |
Syntax
class USoundCueGraphNode_Root : public USoundCueGraphNode_Base
Constructors
| Type | Name | Description | |
|---|---|---|---|
USoundCueGraphNode_Root
(
const FObjectInitializer& ObjectInitializer |
Overridden from USoundCueGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| void | Create all of the input pins required | ||
| bool | IsRootNode () |
Is this the undeletable root node |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| bool | Whether or not this node can be safely duplicated (via copy/paste, etc...) in the graph | ||
| bool | Whether or not this node can be deleted by user action | ||
| void | GetNodeContextMenuActions
(
UToolMenu* Menu, |
Gets a list of actions that can be done to this particular node | |
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FLinearColor | Gets the draw color of a node's title bar | ||
| FText | Gets the tooltip to display when over the node |