![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "IOS/IOSInputInterface.h"#include "IOS/IOSAppDelegate.h"#include "IOS/IOSApplication.h"#include "Misc/ConfigCacheIni.h"#include "Misc/ScopeLock.h"#include "HAL/IConsoleManager.h"#include "HAL/PlatformTime.h"#include "Misc/EmbeddedCommunication.h"import <AudioToolbox/AudioToolbox.h>Macros | |
| #define | APPLE_CONTROLLER_DEBUG 0 |
Functions | |
| DECLARE_LOG_CATEGORY_EXTERN (LogIOSInput, Log, All) | |
| uint32 | TranslateGCKeyCodeToASCII (GCKeyCode KeyCode) |
| uint32 | TranslateNonCharKeys (GCKeyCode KeyCode) |
| constexpr EIOSEventType | operator+ (EIOSEventType type, int Index) |
| void | ModifyVectorByOrientation (FVector &Vec, bool bIsRotation) |
| #define APPLE_CONTROLLER_DEBUG 0 |
| DECLARE_LOG_CATEGORY_EXTERN | ( | LogIOSInput | , |
| Log | , | ||
| All | |||
| ) |
|
constexpr |