Navigation
API > API/Runtime > API/Runtime/Renderer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIntRect GetRectFromExtent
(
FIntPoint Extent |
Returns a rect with the min point at the origin and the max point at Extent. | ScreenPass.h | |
FIntRect GetRectFromExtent
(
FIntPoint Extent |
Returns a rect with the min point at the origin and the max point at Extent. |
GetRectFromExtent(FIntPoint)
Description
Returns a rect with the min point at the origin and the max point at Extent.
| Name | GetRectFromExtent |
| 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 GetRectFromExtent
(
FIntPoint Extent
)
GetRectFromExtent(FIntPoint)
Description
Returns a rect with the min point at the origin and the max point at Extent.
| Name | GetRectFromExtent |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ScreenPass.inl |
| Include Path | #include "ScreenPass.inl" |
FIntRect GetRectFromExtent
(
FIntPoint Extent
)