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