Navigation
Unreal Engine C++ API Reference > Runtime > RHI
Inheritance Hierarchy
- FNoncopyable
- FRHICommandListBase
- FRHIComputeCommandList
- FRHICommandList
- FRHICommandList_RecursiveHazardous
- TRHICommandList_RecursiveHazardous
References
Module | RHI |
Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
Include | #include "RHICommandList.h" |
Syntax
class FRHICommandList_RecursiveHazardous : public FRHICommandList
Remarks
Helper to enable the use of graphics RHI command lists from within platform RHI implementations. Recorded commands are dispatched when the command list is destructed. Intended for use on the stack / in a scope block.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FRHICommandList_RecursiveHazardous
(
IRHICommandContext* Context |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |