Navigation
API > API/Runtime > API/Runtime/RenderCore
| Name | FRDGScope_Budget |
| Type | struct |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphEvent.h |
| Include Path | #include "RenderGraphEvent.h" |
Syntax
struct FRDGScope_Budget
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRDGScope_Budget
(
FRDGScopeState& State, |
RenderGraphEvent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bPop | bool | RenderGraphEvent.h | ||
| Frame | FRDGTimingFrame * | RenderGraphEvent.h | ||
| ScopeId | int32 | RenderGraphEvent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BeginCPU
(
FRHIComputeCommandList& RHICmdList, |
RenderGraphEvent.h | ||
void BeginGPU
(
FRHIComputeCommandList& RHICmdList |
RenderGraphEvent.h | ||
void EndCPU
(
FRHIComputeCommandList& RHICmdList, |
RenderGraphEvent.h | ||
void EndGPU
(
FRHIComputeCommandList& RHICmdList |
RenderGraphEvent.h | ||
void ImmediateEnd
(
FRDGScopeState& State |
RenderGraphEvent.h |