![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Containers/Array.h"#include "Containers/UnrealString.h"#include "CoreTypes.h"#include "Delegates/Delegate.h"#include "HAL/PlatformCrt.h"#include "Math/IntPoint.h"#include "Math/MathFwd.h"#include "Math/Vector2D.h"#include "Math/Vector4.h"#include "Templates/SharedPointer.h"#include "GenericPlatform/GenericApplicationMessageHandler.h"#include "GenericPlatform/GenericWindow.h"#include "GenericPlatform/GenericWindowDefinition.h"Go to the source code of this file.
Classes | |
| class | FModifierKeysState |
| struct | FPlatformRect |
| struct | FMonitorInfo |
| struct | FDisplayMetrics |
| class | GenericApplication |
Namespaces | |
| namespace | EModifierKey |
| namespace | EPopUpOrientation |
| namespace | EWindowTitleAlignment |
Typedefs | |
| typedef uint8 | EModifierKey::Type |
Functions | |
| EModifierKey::Type | EModifierKey::FromBools (const bool bControl, const bool bAlt, const bool bShift, const bool bCommand) |
Variables | |
| const Type | EModifierKey::None = 0 |
| const Type | EModifierKey::Control = 1 << 0 |
| const Type | EModifierKey::Alt = 1 << 1 |
| const Type | EModifierKey::Shift = 1 << 2 |
| const Type | EModifierKey::Command = 1 << 3 |