Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIBreadcrumbRange
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIBreadcrumbs.h |
| Include | #include "RHIBreadcrumbs.h" |
void InsertAfter
(
FRHIBreadcrumbRange const & Other,
FRHIBreadcrumbNode * Prev,
ERHIPipeline Pipeline
)
Remarks
Links the nodes in the 'Other' range into this range, after the node specified by 'Prev'. If 'Prev' is nullptr, the other nodes will be inserted at the start of the range.