Navigation
API > API/Editor > API/Editor/AudioEditor
| Name | SSubmixGraphNode |
| Type | class |
| Header File | /Engine/Source/Editor/AudioEditor/Classes/SoundSubmixGraph/SoundSubmixGraphNode.h |
| Include Path | #include "SoundSubmixGraph/SoundSubmixGraphNode.h" |
Syntax
class SSubmixGraphNode : public SGraphNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SPanel → SNodePanel::SNode → SGraphNode → SSubmixGraphNode
- FSlateControlledConstruction → SWidget → SPanel → SNodePanel::SNode → SGraphNode → SSubmixGraphNode
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SubmixBase | TWeakObjectPtr< USoundSubmixBase > | SoundSubmixGraph/SoundSubmixGraphNode.h | ||
| SubmixNodeUserWidget | TWeakObjectPtr< UUserWidget > | SoundSubmixGraph/SoundSubmixGraphNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SoundSubmixGraph/SoundSubmixGraphNode.h |
Overridden from SGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > CreateNodeContentArea() |
SoundSubmixGraph/SoundSubmixGraphNode.h |