Navigation
Unreal Engine C++ API Reference > Runtime > RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandEndSpecificUAVOverlap
References
Module | RHI |
Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandEndSpecificUAVOverlap : public FRHICommand< FRHICommandEndSpecificUAVOverlap, FRHICommandEndSpecificUAVOverlapString__LINE__ >
Variables
Type | Name | Description | |
---|---|---|---|
TArrayView< FRHIUnorderedAccessView *const > | UAVs |
Constructors
Type | Name | Description | |
---|---|---|---|
FRHICommandEndSpecificUAVOverlap
(
TArrayView< FRHIUnorderedAccessView*const > InUAVs |
Functions
Type | Name | Description | |
---|---|---|---|
RHI_void | Execute
(
FRHICommandListBase& CmdList |