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