Navigation
API > API/Runtime > API/Runtime/Renderer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIntRect GetDownscaledRect
(
FIntRect Rect, |
Returns a rect downscaled by a multiple of the integer divisor. | ScreenPass.h | |
FIntRect GetDownscaledRect
(
FIntRect Rect, |
Returns a rect downscaled by a multiple of the integer divisor. |
GetDownscaledRect(FIntRect, FIntPoint)
Description
Returns a rect downscaled by a multiple of the integer divisor.
| Name | GetDownscaledRect |
| 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 GetDownscaledRect
(
FIntRect Rect,
FIntPoint Divisor
)
GetDownscaledRect(FIntRect, FIntPoint)
Description
Returns a rect downscaled by a multiple of the integer divisor.
| Name | GetDownscaledRect |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ScreenPass.inl |
| Include Path | #include "ScreenPass.inl" |
FIntRect GetDownscaledRect
(
FIntRect Rect,
FIntPoint Divisor
)