TTraversalHistory

Tracks information about a traversal through the kDOP tree.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/kDOP.h

Include

#include "kDOP.h"

Syntax

template<typename KDOP_IDX_TYPE>
struct TTraversalHistory

Remarks

Tracks information about a traversal through the kDOP tree.

Variables

Name Description

Public variable

KDOP_IDX_TYPE[N...

 

Nodes

Constructors

Functions

Name Description

Public function Const

TTraversalHi...

 

AddNode

(
    KDOP_IDX_TYPE NewNodeIndex
)

Public function Const

TTraversalHi...

 

AddNode

(
    KDOP_IDX_TYPE NewNodeIndex
)

Public function Const

KDOP_IDX_TYP...

 

GetOldestNode()

Public function Const

KDOP_IDX_TYP...

 

GetOldestNode()

Constants

Name

Description

NodeHistoryLength

Number of parent nodes to track information for.

NodeHistoryLength

Number of parent nodes to track information for.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss