FWindowSizeLimits

Defines the minimum and maximum dimensions that a window can take on.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericApplicationMessageHandler.h

Include

#include "GenericPlatform/GenericApplicationMessageHandler.h"

Syntax

struct FWindowSizeLimits

Remarks

Defines the minimum and maximum dimensions that a window can take on.

Functions

Name Description

Public function Const

const TOptio...

 

GetMaxHeight()

Public function Const

const TOptio...

 

GetMaxWidth()

Public function Const

const TOptio...

 

GetMinHeight()

Public function Const

const TOptio...

 

GetMinWidth()

Public function

FWindowSizeL...

 

SetMaxHeight

(
    TOptional< float > InValue
)

Public function

FWindowSizeL...

 

SetMaxWidth

(
    TOptional< float > InValue
)

Public function

FWindowSizeL...

 

SetMinHeight

(
    TOptional< float > InValue
)

Public function

FWindowSizeL...

 

SetMinWidth

(
    TOptional< float > InValue
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss