Navigation
API > API/Runtime > API/Runtime/RHI
Helper class used internally by RHIs to make use of FRHICommandList_RecursiveHazardous safer. Access to the underlying context is exposed via RunOnContext() to ensure correct ordering of commands.
| Name | TRHICommandList_RecursiveHazardous |
| Type | class |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
Syntax
template<typename ContextType>
class TRHICommandList_RecursiveHazardous : public FRHICommandList_RecursiveHazardous
Inheritance Hierarchy
- FRHICommandListBase → FRHIComputeCommandList → FRHICommandList → FRHICommandList_RecursiveHazardous → TRHICommandList_RecursiveHazardous
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRHICommandList_RecursiveHazardous
(
ContextType* Context |
RHICommandList.h |
Structs
| Name | Remarks |
|---|---|
| TRHILambdaCommand |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RunOnContext
(
LAMBDA&& Lambda |
RHICommandList.h |