Navigation
API > API/Runtime > API/Runtime/Renderer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIntPoint GetScaledExtent
(
FIntPoint Extent, |
Returns an extent scaled by the floating point scale factor. | ScreenPass.h | |
FIntPoint GetScaledExtent
(
FIntPoint Extent, |
ScreenPass.h | ||
FIntPoint GetScaledExtent
(
FIntPoint Extent, |
Returns an extent scaled by the floating point scale factor. | ||
FIntPoint GetScaledExtent
(
FIntPoint Extent, |
GetScaledExtent(FIntPoint, FVector2D)
Description
Returns an extent scaled by the floating point scale factor.
| Name | GetScaledExtent |
| 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 GetScaledExtent
(
FIntPoint Extent,
FVector2D Multiplier
)
GetScaledExtent(FIntPoint, float)
| Name | GetScaledExtent |
| 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 GetScaledExtent
(
FIntPoint Extent,
float Multiplier
)
GetScaledExtent(FIntPoint, FVector2D)
Description
Returns an extent scaled by the floating point scale factor.
| Name | GetScaledExtent |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ScreenPass.inl |
| Include Path | #include "ScreenPass.inl" |
FIntPoint GetScaledExtent
(
FIntPoint Extent,
FVector2D Multiplier
)
GetScaledExtent(FIntPoint, float)
| Name | GetScaledExtent |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ScreenPass.inl |
| Include Path | #include "ScreenPass.inl" |
FIntPoint GetScaledExtent
(
FIntPoint Extent,
float Multiplier
)