![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Containers/UnrealString.h"#include "CoreTypes.h"#include "GenericPlatform/GenericApplication.h"#include "GenericPlatform/GenericApplicationMessageHandler.h"#include "HAL/IConsoleManager.h"#include "Math/Color.h"#include "Math/Vector2D.h"#include "Templates/IsFloatingPoint.h"#include "Templates/UnrealTypeTraits.h"#include "Templates/Function.h"#include "Misc/EnumClassFlags.h"Go to the source code of this file.
Classes | |
| struct | FShowInputDeviceSelectorParams |
| struct | FPlatformUserSelectionCompleteParams |
| struct | FGenericPlatformApplicationMisc |
Typedefs | |
| typedef TFunction< void(const FShowInputDeviceSelectorParams &)> | FShowInputDeviceSelectorComplete |
| typedef TFunction< void(const FPlatformUserSelectionCompleteParams &Params)> | FPlatformUserSelectionComplete |
Enumerations | |
| enum class | EScreenPhysicalAccuracy { Unknown , Approximation , Truth } |
| enum class | EPlatformUserSelectorFlags : uint8 { None = 0 , RequiresOnlineEnabledProfile = (1 << 1) , ShowSkipButton = (1 << 2) , AllowGuests = (1 << 3) , ShowNewUsersOnly = (1 << 4) , Default = ShowSkipButton } |
Functions | |
| ENUM_CLASS_FLAGS (EPlatformUserSelectorFlags) | |
| typedef TFunction<void(const FPlatformUserSelectionCompleteParams& Params)> FPlatformUserSelectionComplete |
|
strong |
|
strong |
| ENUM_CLASS_FLAGS | ( | EPlatformUserSelectorFlags | ) |