Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SWindow
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ReshapeWindow
(
const FSlateRect& InNewShape |
Widgets/SWindow.h | ||
void ReshapeWindow
(
UE::Slate::FDeprecateVector2DParameter NewPosition, |
Relocate the window to a screenspace position specified by NewPosition and resize it to NewSize | Widgets/SWindow.h |
ReshapeWindow(const FSlateRect &)
| Name | ReshapeWindow |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
| Include Path | #include "Widgets/SWindow.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp |
void ReshapeWindow
(
const FSlateRect & InNewShape
)
ReshapeWindow(UE::Slate::FDeprecateVector2DParameter, UE::Slate::FDeprecateVector2DParameter)
Description
Relocate the window to a screenspace position specified by NewPosition and resize it to NewSize
| Name | ReshapeWindow |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
| Include Path | #include "Widgets/SWindow.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp |
void ReshapeWindow
(
UE::Slate::FDeprecateVector2DParameter NewPosition,
UE::Slate::FDeprecateVector2DParameter NewSize
)