Navigation
API > API/Plugins > API/Plugins/AudioInsights
TreeDepthPair - Simple helper used to manage tree depth inside the signal flow graph LayerID - the layer the node sits in TreeDepth - what row inside the layer the node sits in
| Name | TreeDepthPair |
| Type | struct |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/Views/SignalFlowNodes.h |
| Include Path | #include "Views/SignalFlowNodes.h" |
Syntax
struct TreeDepthPair
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LayerID | ESignalFlowEntryType | Views/SignalFlowNodes.h | ||
| TreeDepth | int32 | Views/SignalFlowNodes.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const TreeDepthPair& Other |
Views/SignalFlowNodes.h | ||
bool operator>
(
const TreeDepthPair& Other |
Views/SignalFlowNodes.h | ||
bool operator>=
(
const TreeDepthPair& Other |
Views/SignalFlowNodes.h |