Navigation
API > API/Runtime > API/Runtime/Engine
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
| Type | Name | Description | |
|---|---|---|---|
| KDOP_IDX_TYPE[NodeHistoryLength] | Nodes |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TTraversalHistory | AddNode
(
KDOP_IDX_TYPE NewNodeIndex |
||
| TTraversalHistory | AddNode
(
KDOP_IDX_TYPE NewNodeIndex |
||
| KDOP_IDX_TYPE | |||
| KDOP_IDX_TYPE |
Constants
| Name | Description |
|---|---|
| NodeHistoryLength | Number of parent nodes to track information for. |
| NodeHistoryLength | Number of parent nodes to track information for. |