Navigation
API > API/Editor > API/Editor/AudioEditor
This class draws the connections for an UEdGraph using a SoundCue schema.
| Name | FSoundSubmixGraphConnectionDrawingPolicy |
| Type | class |
| Header File | /Engine/Source/Editor/AudioEditor/Classes/SoundSubmixGraph/SoundSubmixGraphSchema.h |
| Include Path | #include "SoundSubmixGraph/SoundSubmixGraphSchema.h" |
Syntax
class FSoundSubmixGraphConnectionDrawingPolicy : public FConnectionDrawingPolicy
Inheritance Hierarchy
- FConnectionDrawingPolicy → FSoundSubmixGraphConnectionDrawingPolicy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSoundSubmixGraphConnectionDrawingPolicy
(
int32 InBackLayerID, |
SoundSubmixGraph/SoundSubmixGraphSchema.h |
Structs
| Name | Remarks |
|---|---|
| FTimePair | Times for one execution pair within the current graph. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FExecPairingMap | TMap< UEdGraphNode *, FTimePair > | Map of pairings. | SoundSubmixGraph/SoundSubmixGraphSchema.h |
Functions
Public
Overridden from FConnectionDrawingPolicy
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DetermineWiringStyle
(
UEdGraphPin* OutputPin, |
SoundSubmixGraph/SoundSubmixGraphSchema.h |