UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MathCore::Graph::Private::FTarjanVertexInfo Struct Reference

Public Attributes

int32 Tag = INDEX_NONE
 
int32 LowLinkTag = INDEX_NONE
 
bool bIsOnStack = false
 
TArray< int32Children
 

Member Data Documentation

◆ bIsOnStack

bool UE::MathCore::Graph::Private::FTarjanVertexInfo::bIsOnStack = false

◆ Children

TArray<int32> UE::MathCore::Graph::Private::FTarjanVertexInfo::Children

◆ LowLinkTag

int32 UE::MathCore::Graph::Private::FTarjanVertexInfo::LowLinkTag = INDEX_NONE

◆ Tag

int32 UE::MathCore::Graph::Private::FTarjanVertexInfo::Tag = INDEX_NONE

The documentation for this struct was generated from the following file: