Navigation
Unreal Engine C++ API Reference > Runtime > RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandSetAsyncComputeBudget
References
Module | RHI |
Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandSetAsyncComputeBudget : public FRHICommand< FRHICommandSetAsyncComputeBudget, FRHICommandSetAsyncComputeBudgetString__LINE__ >
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
EAsyncComputeBudget | Budget |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FRHICommandSetAsyncComputeBudget
(
EAsyncComputeBudget InBudget |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Execute
(
FRHICommandListBase& CmdList |