Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphEvent.h |
| Include | #include "RenderGraphEvent.h" |
Syntax
class FRDGEventScopeOpArray
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bRDGEvents | ||
| TRDGScopeOpArray< FRDGEventScopeOp > | Ops |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRDGEventScopeOpArray
(
bool bInRDGEvents |
|||
FRDGEventScopeOpArray
(
TRDGScopeOpArray< FRDGEventScopeOp > InOps, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHIComputeCommandList& RHICmdList |