Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/SoundSubmixGraph
Inheritance Hierarchy
- FConnectionDrawingPolicy
- FSoundSubmixGraphConnectionDrawingPolicy
References
| Module | AudioEditor |
| Header | /Engine/Source/Editor/AudioEditor/Classes/SoundSubmixGraph/SoundSubmixGraphSchema.h |
| Include | #include "SoundSubmixGraph/SoundSubmixGraphSchema.h" |
Syntax
class FSoundSubmixGraphConnectionDrawingPolicy : public FConnectionDrawingPolicy
Remarks
This class draws the connections for an UEdGraph using a SoundCue schema.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | ActiveWireThickness | ||
| UEdGraph * | GraphObj | ||
| float | InactiveWireThickness | ||
| TMap< UEdGraphNode *, FExecPairingMap > | PredecessorNodes | Map of nodes that preceded before a given node in the execution sequence (one entry for each pairing) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSoundSubmixGraphConnectionDrawingPolicy
(
int32 InBackLayerID, |
Overridden from FConnectionDrawingPolicy
| Type | Name | Description | |
|---|---|---|---|
| void | DetermineWiringStyle
(
UEdGraphPin* OutputPin, |
Give specific editor modes a chance to highlight this connection or darken non-interesting connections. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FTimePair | Times for one execution pair within the current graph. |
Typedefs
| Name | Description |
|---|---|
| FExecPairingMap | Map of pairings. |