Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/SoundSubmixGraph
Inheritance Hierarchy
- UEdGraphSchema
- USoundSubmixGraphSchema
References
| Module | AudioEditor |
| Header | /Engine/Source/Editor/AudioEditor/Classes/SoundSubmixGraph/SoundSubmixGraphSchema.h |
| Include | #include "SoundSubmixGraph/SoundSubmixGraphSchema.h" |
Syntax
UCLASS (MinimalAPI)
class USoundSubmixGraphSchema : public UEdGraphSchema
Constructors
| Type | Name | Description | |
|---|---|---|---|
USoundSubmixGraphSchema
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BreakNodeLinks
(
UEdGraphNode& TargetNode |
||
| void | BreakPinLinks
(
UEdGraphPin& TargetPin, |
||
| void | BreakSinglePinLink
(
UEdGraphPin* SourcePin, |
||
| const FPinConnectionResponse | CanCreateConnection
(
const UEdGraphPin* PinA, |
||
| bool | ConnectionCausesLoop
(
const UEdGraphPin* InputPin, |
Check whether connecting these pins would cause a loop | |
| void | DroppedAssetsOnGraph
(
const TArray< struct FAssetData >& Assets, |
||
| void | GetAssetsGraphHoverMessage
(
const TArray< FAssetData >& Assets, |
||
| void | GetContextMenuActions
(
UToolMenu* Menu, |
||
| void | GetGraphContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder |
||
| FName | |||
| FLinearColor | GetPinTypeColor
(
const FEdGraphPinType& PinType |
||
| bool | ShouldHidePinDefaultValue
(
UEdGraphPin* Pin |
||
| bool | TryCreateConnection
(
UEdGraphPin* PinA, |