Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
Type
typedef TTuple < int32 , int32 > FDirectedEdge
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/DirectedGraphAlgo.h |
| Include | #include "DSP/DirectedGraphAlgo.h" |
Remarks
A pair of int32s represent a directed edge. The first value represents the source vertex, and the second value represents the destination vertex.