Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandSetTrackedAccess
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandSetTrackedAccess : public FRHICommand< FRHICommandSetTrackedAccess, FRHICommandSetTrackedAccessString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayView< const FRHITrackedAccessInfo > | Infos |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandSetTrackedAccess
(
TArrayView< const FRHITrackedAccessInfo > InInfos |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |