Navigation
Unreal Engine C++ API Reference > Runtime > RHI
Inheritance Hierarchy
- FNoncopyable
- FRHICommandListBase
- FRHIComputeCommandList
- FRHIComputeCommandList_RecursiveHazardous
- TRHIComputeCommandList_RecursiveHazardous
References
Module | RHI |
Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
Include | #include "RHICommandList.h" |
Syntax
class FRHIComputeCommandList_RecursiveHazardous : public FRHIComputeCommandList
Remarks
Helper to enable the use of compute 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 | |
---|---|---|---|
![]() |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |