Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandClearUAVUint
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandClearUAVUint : public FRHICommand< FRHICommandClearUAVUint, FRHICommandClearUAVUintString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRHIUnorderedAccessView * | UnorderedAccessViewRHI | ||
| FUintVector4 | Values |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandClearUAVUint
(
FRHIUnorderedAccessView* InUnorderedAccessViewRHI, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |