Navigation
API > API/Editor > API/Editor/AudioEditor
| Name | USoundSubmixGraphNode |
| Type | class |
| Header File | /Engine/Source/Editor/AudioEditor/Classes/SoundSubmixGraph/SoundSubmixGraphNode.h |
| Include Path | #include "SoundSubmixGraph/SoundSubmixGraphNode.h" |
Syntax
UCLASS (MinimalAPI)
class USoundSubmixGraphNode : public UEdGraphNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → USoundSubmixGraphNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USoundSubmixGraphNode
(
const FObjectInitializer& ObjectInitializer |
SoundSubmixGraph/SoundSubmixGraphNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SoundSubmix | TObjectPtr< USoundSubmixBase > | The SoundSubmix this represents | SoundSubmixGraph/SoundSubmixGraphNode.h |
|
| SubmixNodeUserWidget | TObjectPtr< UUserWidget > | A user widget to use to represent the graph node | SoundSubmixGraph/SoundSubmixGraphNode.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChildPin | UEdGraphPin * | Pin that connects to all children | SoundSubmixGraph/SoundSubmixGraphNode.h | |
| ParentPin | UEdGraphPin * | Pin that connects to its parent | SoundSubmixGraph/SoundSubmixGraphNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CheckRepresentsSoundSubmix() |
Check whether the children of this node match the SoundSubmix it is representing | SoundSubmixGraph/SoundSubmixGraphNode.h | |
UEdGraphPin * GetChildPin() |
Get the Pin that connects to all children | SoundSubmixGraph/SoundSubmixGraphNode.h | |
UEdGraphPin * GetParentPin() |
Get the Pin that connects to its parent | SoundSubmixGraph/SoundSubmixGraphNode.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AllocateDefaultPins() |
SoundSubmixGraph/SoundSubmixGraphNode.h | ||
virtual void AutowireNewNode
(
UEdGraphPin* FromPin |
SoundSubmixGraph/SoundSubmixGraphNode.h | ||
virtual bool CanCreateUnderSpecifiedSchema
(
const UEdGraphSchema* Schema |
SoundSubmixGraph/SoundSubmixGraphNode.h | ||
virtual bool CanUserDeleteNode() |
SoundSubmixGraph/SoundSubmixGraphNode.h | ||
virtual TSharedPtr< SGraphNode > CreateVisualWidget() |
SoundSubmixGraph/SoundSubmixGraphNode.h | ||
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
SoundSubmixGraph/SoundSubmixGraphNode.h | ||
virtual FLinearColor GetNodeTitleColor() |
SoundSubmixGraph/SoundSubmixGraphNode.h |