Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/DynamicRenderScaling.h |
| Include | #include "DynamicRenderScaling.h" |
Syntax
class FBudget
Remarks
Represent an independent budget to dynamically scale by its own.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBudget
(
const TCHAR* Name, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FBudget () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const char * | GetAnsiName () |
||
| int32 | GetBudgetId () |
||
| TLinkedList< FBudget * > *& | Returns the global list of all dynamic resolution budgets. | ||
| int32 | Returns the global list of all dynamic resolution budgets. | ||
| const TCHAR * | GetName () |
||
| const FHeuristicSettings & | GetSettings () |
Returns the settings of the heuristic for this budget. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FBudget& Other |