![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RenderGraphEvent.h>
Public Member Functions | |
| FState (bool bInImmediate, bool bInParallelExecute) | |
Public Attributes | |
| struct FRDGScope * | Current = nullptr |
| DynamicRenderScaling::FBudget const * | ActiveBudget = nullptr |
| uint32 | Mask = 0 |
| bool const | bImmediate |
| bool const | bParallelExecute |
Static Public Attributes | |
| static constexpr ERDGScopeMode const | ScopeMode = ERDGScopeMode::Disabled |
| DynamicRenderScaling::FBudget const* FRDGScopeState::FState::ActiveBudget = nullptr |
| bool const FRDGScopeState::FState::bImmediate |
| bool const FRDGScopeState::FState::bParallelExecute |
| uint32 FRDGScopeState::FState::Mask = 0 |
|
staticconstexpr |