Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIBreadcrumbs.h |
| Include | #include "RHIBreadcrumbs.h" |
Syntax
struct FRHIBreadcrumbList
Remarks
A linked list of breadcrumb nodes. Nodes may only be attached to one list at a time.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRHIBreadcrumbNode * | First | ||
| FRHIBreadcrumbNode * | Last |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Append
(
FRHIBreadcrumbNode* Node |
||
| auto |