Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/SoundClassGraph
Inheritance Hierarchy
- UEdGraphNode
- USoundClassGraphNode
References
| Module | AudioEditor |
| Header | /Engine/Source/Editor/AudioEditor/Classes/SoundClassGraph/SoundClassGraphNode.h |
| Include | #include "SoundClassGraph/SoundClassGraphNode.h" |
Syntax
UCLASS (MinimalAPI)
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 | |
|---|---|---|---|
| void | |||
| void | AutowireNewNode
(
UEdGraphPin* FromPin |
||
| bool | CanCreateUnderSpecifiedSchema
(
const UEdGraphSchema* Schema |
||
| bool | |||
| bool | Check whether the children of this node match the SoundClass it is representing | ||
| UEdGraphPin * | GetChildPin () |
Get the Pin that connects to all children | |
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FLinearColor | |||
| UEdGraphPin * | GetParentPin () |
Get the Pin that connects to its parent |