Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/SoundClassGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- USoundClassGraphNode
References
Module | AudioEditor |
Header | /Engine/Source/Editor/AudioEditor/Classes/SoundClassGraph/SoundClassGraphNode.h |
Include | #include "SoundClassGraph/SoundClassGraphNode.h" |
Syntax
class USoundClassGraphNode : public UEdGraphNode
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TObjectPtr< USoundClass > | SoundClass | The SoundNode this represents |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
USoundClassGraphNode
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
bool | Check whether the children of this node match the SoundClass it is representing | |
![]() ![]() |
UEdGraphPin * | GetChildPin () |
Get the Pin that connects to all children |
![]() ![]() |
UEdGraphPin * | GetParentPin () |
Get the Pin that connects to its parent |
Overridden from UEdGraphNode
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Allocate default pins for a given node, based only the NodeType, which should already be filled in. | |
![]() ![]() |
void | AutowireNewNode
(
UEdGraphPin* FromPin |
Autowire a newly created node. |
![]() ![]() ![]() |
bool | CanCreateUnderSpecifiedSchema
(
const UEdGraphSchema* Schema |
Determine if this node can be created under the specified schema |
![]() ![]() ![]() |
bool | Whether or not this node can be deleted by user action | |
![]() ![]() ![]() |
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 |