Navigation
API > API/Runtime > API/Runtime/RenderCore
Map of FBudget ->
| Name | TMap |
| Type | class |
| Header File | /Engine/Source/Runtime/RenderCore/Public/DynamicRenderScaling.h |
| Include Path | #include "DynamicRenderScaling.h" |
Syntax
template<typename Type>
class TMap
Derived Classes
TMap derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMap () |
DynamicRenderScaling.h | ||
TMap
(
const Type& Value |
DynamicRenderScaling.h | ||
| DynamicRenderScaling.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TMap() |
DynamicRenderScaling.h |
Structs
| Name | Remarks |
|---|---|
| FItem |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| kInlineAllocatedBudgets | int32 | DynamicRenderScaling.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Array | TArray< FItem, TInlineAllocator< kInlineAllocatedBudgets > > | DynamicRenderScaling.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetAll
(
const Type& Value |
DynamicRenderScaling.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const Type & operator[]
(
const FBudget& Budget |
DynamicRenderScaling.h | ||
Type & operator[]
(
const FBudget& Budget |
DynamicRenderScaling.h | ||
const Type & operator[]
(
const int32 BudgetId |
DynamicRenderScaling.h | ||
Type & operator[]
(
const int32 BudgetId |
DynamicRenderScaling.h |