Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIBreadcrumbs.h |
| Include | #include "RHIBreadcrumbs.h" |
Syntax
struct FRHIBreadcrumbRange
Remarks
A range of breadcrumb nodes for a given GPU pipeline.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRHIBreadcrumbNode * | First | ||
| FRHIBreadcrumbNode * | Last |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHIBreadcrumbRange
(
FRHIBreadcrumbNode* SingleNode |
|||
FRHIBreadcrumbRange
(
FRHIBreadcrumbNode* First, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| auto | Enumerate
(
ERHIPipeline Pipeline |
||
| void | InsertAfter
(
FRHIBreadcrumbRange const& Other, |
Links the nodes in the 'Other' range into this range, after the node specified by 'Prev'. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
FRHIBreadcrumbRange const& RHS |
||
| bool | operator==
(
FRHIBreadcrumbRange const& RHS |