Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIBreadcrumbNode
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIBreadcrumbs.h |
| Include | #include "RHIBreadcrumbs.h" |
Syntax
static FRHIBreadcrumbNode *const Sentinel = &FRHIBreadcrumbNode::SentinelNode;
Remarks
A constant pointer value representing an undefined node. Used as the parent pointer for nodes in sub-trees that haven't been attached to the root yet, specifically to be distinct from nullptr which is the root.