Navigation
API > API/Runtime > API/Runtime/Renderer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIntPoint GetDownscaledExtent
(
FIntPoint Extent, |
Returns an extent downscaled by a multiple of the integer divisor (and clamped to 1). | ScreenPass.h | |
FIntPoint GetDownscaledExtent
(
FIntPoint Extent, |
Returns an extent downscaled by a multiple of the integer divisor (and clamped to 1). |
GetDownscaledExtent(FIntPoint, FIntPoint)
Description
Returns an extent downscaled by a multiple of the integer divisor (and clamped to 1).
| Name | GetDownscaledExtent |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ScreenPass.h |
| Include Path | #include "ScreenPass.h" |
| Source | /Engine/Source/Runtime/Renderer/Public/ScreenPass.inl |
FIntPoint GetDownscaledExtent
(
FIntPoint Extent,
FIntPoint Divisor
)
GetDownscaledExtent(FIntPoint, FIntPoint)
Description
Returns an extent downscaled by a multiple of the integer divisor (and clamped to 1).
| Name | GetDownscaledExtent |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ScreenPass.inl |
| Include Path | #include "ScreenPass.inl" |
FIntPoint GetDownscaledExtent
(
FIntPoint Extent,
FIntPoint Divisor
)