Navigation
API > API/Runtime > API/Runtime/ApplicationCore
| Name | FPlatformRect |
| Type | struct |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericApplication.h |
| Include Path | #include "GenericPlatform/GenericApplication.h" |
Syntax
struct FPlatformRect
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| GenericPlatform/GenericApplication.h | |||
FPlatformRect
(
int32 InLeft, |
GenericPlatform/GenericApplication.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bottom | int32 | GenericPlatform/GenericApplication.h | ||
| Left | int32 | GenericPlatform/GenericApplication.h | ||
| Right | int32 | GenericPlatform/GenericApplication.h | ||
| Top | int32 | GenericPlatform/GenericApplication.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FPlatformRect& Other |
GenericPlatform/GenericApplication.h |