Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TDirectedGraph
| Name | SNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/DirectedGraph.h |
| Include Path | #include "uLang/Common/Containers/DirectedGraph.h" |
Syntax
struct SNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SNode
(
const InElementType& Item |
uLang/Common/Containers/DirectedGraph.h | ||
SNode
(
InElementType&& Item |
uLang/Common/Containers/DirectedGraph.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _InDegree | int32_t | Tracks how many incoming edges this node has. | uLang/Common/Containers/DirectedGraph.h | |
| _Item | InElementType | uLang/Common/Containers/DirectedGraph.h | ||
| _Successors | TArrayG< int32_t, TInlineElementAllocator< 4 > > | Node indices for outgoing edges. | uLang/Common/Containers/DirectedGraph.h |