Navigation
API > API/Runtime > API/Runtime/Renderer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIntRect GetScaledRect
(
FIntRect Rect, |
Returns a rect scaled by the floating point scale factor. | ScreenPass.h | |
FIntRect GetScaledRect
(
FIntRect Rect, |
ScreenPass.h | ||
FIntRect GetScaledRect
(
FIntRect Rect, |
Returns a rect scaled by the floating point scale factor. | ||
FIntRect GetScaledRect
(
FIntRect Rect, |
GetScaledRect(FIntRect, FVector2D)
Description
Returns a rect scaled by the floating point scale factor.
| Name | GetScaledRect |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ScreenPass.h |
| Include Path | #include "ScreenPass.h" |
| Source | /Engine/Source/Runtime/Renderer/Public/ScreenPass.inl |
FIntRect GetScaledRect
(
FIntRect Rect,
FVector2D Multiplier
)
GetScaledRect(FIntRect, float)
| Name | GetScaledRect |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ScreenPass.h |
| Include Path | #include "ScreenPass.h" |
| Source | /Engine/Source/Runtime/Renderer/Public/ScreenPass.inl |
FIntRect GetScaledRect
(
FIntRect Rect,
float Multiplier
)
GetScaledRect(FIntRect, FVector2D)
Description
Returns a rect scaled by the floating point scale factor.
| Name | GetScaledRect |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ScreenPass.inl |
| Include Path | #include "ScreenPass.inl" |
FIntRect GetScaledRect
(
FIntRect Rect,
FVector2D Multiplier
)
GetScaledRect(FIntRect, float)
| Name | GetScaledRect |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ScreenPass.inl |
| Include Path | #include "ScreenPass.inl" |
FIntRect GetScaledRect
(
FIntRect Rect,
float Multiplier
)