UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IOSInputInterface.cpp File Reference
#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)
 

Macro Definition Documentation

◆ APPLE_CONTROLLER_DEBUG

#define APPLE_CONTROLLER_DEBUG   0

Function Documentation

◆ DECLARE_LOG_CATEGORY_EXTERN()

DECLARE_LOG_CATEGORY_EXTERN ( LogIOSInput  ,
Log  ,
All   
)

◆ ModifyVectorByOrientation()

void ModifyVectorByOrientation ( FVector Vec,
bool  bIsRotation 
)

◆ operator+()

constexpr EIOSEventType operator+ ( EIOSEventType  type,
int  Index 
)
constexpr

◆ TranslateGCKeyCodeToASCII()

uint32 TranslateGCKeyCodeToASCII ( GCKeyCode  KeyCode)

◆ TranslateNonCharKeys()

uint32 TranslateNonCharKeys ( GCKeyCode  KeyCode)