Navigation
API > API/Plugins > API/Plugins/AudioInsights
ESignalFlowJustification
Where the nodes in the signal flow graph are aligned
| Name | ESignalFlowJustification |
| Type | enum |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/Settings/SignalFlowSettings.h |
| Include Path | #include "Settings/SignalFlowSettings.h" |
Syntax
enum ESignalFlowJustification
{
UMETA =(DisplayName = "Edge"),
UMETA =(DisplayName = "Center"),
}
Values
| Name | Remarks |
|---|---|
| UMETA | Position nodes towards one edge of the graph |
| UMETA | Position nodes around the center of the graph |