![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | FInFlightTimingScope |
Public Member Functions | |
| FRDGTimingFrame (FRHIRenderQueryPool *QueryPool) | |
| ~FRDGTimingFrame () | |
| int32 | AllocateScope (DynamicRenderScaling::FBudget const &Budget) |
| void | BeginScope (int32 ScopeIndex, FRHICommandList &RHICmdList) |
| void | EndScope (int32 ScopeIndex, FRHICommandList &RHICmdList) |
| bool | GatherResults (bool bWait) |
Public Attributes | |
| FRHIRenderQueryPool * | QueryPool |
| TArray< FInFlightTimingScope > | TimingScopes |
| int32 | NextScope = 0 |
| FGraphEventRef | RHIEndFence |
| FRDGTimingFrame * | Next = nullptr |
| DynamicRenderScaling::TMap< uint64 > | Timings |
Static Public Attributes | |
| static const int32 | kTimingScopesPreallocation = 64 |
| static const int32 | kTimestampQueriesPreallocation = kTimingScopesPreallocation * 2 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
static |
| FRDGTimingFrame* FRDGTimingFrame::Next = nullptr |
| int32 FRDGTimingFrame::NextScope = 0 |
| FRHIRenderQueryPool* FRDGTimingFrame::QueryPool |
| FGraphEventRef FRDGTimingFrame::RHIEndFence |
| DynamicRenderScaling::TMap<uint64> FRDGTimingFrame::Timings |
| TArray<FInFlightTimingScope> FRDGTimingFrame::TimingScopes |