FPlatformRect

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/GenericApplication.h"

Syntax

struct FPlatformRect

Variables

Name Description

Public variable

int32

 

Bottom

Public variable

int32

 

Left

Public variable

int32

 

Right

Public variable

int32

 

Top

Constructors

Name Description

Public function

FPlatformRect()

Public function

FPlatformRect

(
    int32 InLeft,
    int32 InTop,
    int32 InRight,
    int32 InBottom
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FPlatformRect& Other
)

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