Navigation
API > API/Runtime > API/Runtime/ApplicationCore
Defines the minimum and maximum dimensions that a window can take on.
| Name | FWindowSizeLimits |
| Type | struct |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericApplicationMessageHandler.h |
| Include Path | #include "GenericPlatform/GenericApplicationMessageHandler.h" |
Syntax
struct FWindowSizeLimits
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaxHeight | TOptional< float > | GenericPlatform/GenericApplicationMessageHandler.h | ||
| MaxWidth | TOptional< float > | GenericPlatform/GenericApplicationMessageHandler.h | ||
| MinHeight | TOptional< float > | GenericPlatform/GenericApplicationMessageHandler.h | ||
| MinWidth | TOptional< float > | GenericPlatform/GenericApplicationMessageHandler.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TOptional< float > & GetMaxHeight() |
GenericPlatform/GenericApplicationMessageHandler.h | ||
const TOptional< float > & GetMaxWidth() |
GenericPlatform/GenericApplicationMessageHandler.h | ||
const TOptional< float > & GetMinHeight() |
GenericPlatform/GenericApplicationMessageHandler.h | ||
const TOptional< float > & GetMinWidth() |
GenericPlatform/GenericApplicationMessageHandler.h | ||
FWindowSizeLimits & SetMaxHeight
(
TOptional< float > InValue |
GenericPlatform/GenericApplicationMessageHandler.h | ||
FWindowSizeLimits & SetMaxWidth
(
TOptional< float > InValue |
GenericPlatform/GenericApplicationMessageHandler.h | ||
FWindowSizeLimits & SetMinHeight
(
TOptional< float > InValue |
GenericPlatform/GenericApplicationMessageHandler.h | ||
FWindowSizeLimits & SetMinWidth
(
TOptional< float > InValue |
GenericPlatform/GenericApplicationMessageHandler.h |