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