Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FViewportBounds
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RHI.h | |||
FViewportBounds
(
float InTopLeftX, |
RHI.h |
FViewportBounds()
| Name | FViewportBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHI.h |
| Include Path | #include "RHI.h" |
FViewportBounds()
FViewportBounds(float, float, float, float, float, float)
| Name | FViewportBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHI.h |
| Include Path | #include "RHI.h" |
FViewportBounds
(
float InTopLeftX,
float InTopLeftY,
float InWidth,
float InHeight,
float InMinDepth,
float InMaxDepth
)