Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TDirectedGraph > API/Runtime/uLangCore/TDirectedGraph/SNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SNode
(
const InElementType& Item |
uLang/Common/Containers/DirectedGraph.h | ||
SNode
(
InElementType&& Item |
uLang/Common/Containers/DirectedGraph.h |
SNode(const InElementType &)
| Name | SNode |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/DirectedGraph.h |
| Include Path | #include "uLang/Common/Containers/DirectedGraph.h" |
SNode
(
const InElementType & Item
)
SNode(InElementType &&)
| Name | SNode |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/DirectedGraph.h |
| Include Path | #include "uLang/Common/Containers/DirectedGraph.h" |
SNode
(
InElementType && Item
)