Navigation
API > API/Runtime > API/Runtime/uLangCore
Stateful helper for visiting, skipping, and revisiting directed graph nodes. Useful for performing pass, fail, retry operations on a dependency graph.
| Name | TDiGraphVisitor |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/DirectedGraph.h |
| Include Path | #include "uLang/Common/Containers/DirectedGraph.h" |
Syntax
template<typename InElementType>
struct TDiGraphVisitor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDiGraphVisitor
(
DiGraphType& DiGraph |
uLang/Common/Containers/DirectedGraph.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DiGraphType | TDirectedGraph< InElementType > | uLang/Common/Containers/DirectedGraph.h | |
| IteratorType | TDiGraphTopologicalIterator< InElementType > | uLang/Common/Containers/DirectedGraph.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _GraphIterator | IteratorType | uLang/Common/Containers/DirectedGraph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsComplete() |
uLang/Common/Containers/DirectedGraph.h | ||
bool Iterate
(
VisitorType Visitor |
Iterates the associated directed-graph using a specified Visitor. | uLang/Common/Containers/DirectedGraph.h | |
void Reset() |
uLang/Common/Containers/DirectedGraph.h |