Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FShortRect
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FShortRect () |
Rendering/RenderingCommon.h | ||
FShortRect
(
const FSlateRect& Rect |
Rendering/RenderingCommon.h | ||
FShortRect
(
uint16 InLeft, |
Rendering/RenderingCommon.h |
FShortRect()
| Name | FShortRect |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
| Include Path | #include "Rendering/RenderingCommon.h" |
FShortRect()
FShortRect(const FSlateRect &)
| Name | FShortRect |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
| Include Path | #include "Rendering/RenderingCommon.h" |
FShortRect
(
const FSlateRect & Rect
)
FShortRect(uint16, uint16, uint16, uint16)
| Name | FShortRect |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
| Include Path | #include "Rendering/RenderingCommon.h" |
FShortRect
(
uint16 InLeft,
uint16 InTop,
uint16 InRight,
uint16 InBottom
)