11#import <UIKit/UIKit.h>
13#import <Metal/Metal.h>
14#import <QuartzCore/CAMetalLayer.h>
100-(
bool)CreateFramebuffer;
101-(
void)DestroyFramebuffer;
104-(
void)forceLayoutSubviews;
117-(
void)DeactivateKeyboard;
118-(
bool)ShouldUseIntegratedKeyboard;
124#if BUILD_EMBEDDED_APP
136#import <GameController/GameController.h>
145#if !PLATFORM_TVOS && !PLATFORM_VISIONOS
OODEFFUNC typedef void(OODLE_CALLBACK t_fp_OodleCore_Plugin_Free)(void *ptr)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
const bool
Definition NetworkReplayStreaming.h:178
Definition IOSView.cpp:91
bool HasMoved[10]
Definition IOSView.h:59
float PreviousForces[10]
Definition IOSView.h:58
UIInterfaceOrientationMask LastFrameInterfaceOrientationMask
Definition IOSView.h:88
NSString * CachedMarkedText
Definition IOSView.h:76
UITouch * AllTouches[10]
Definition IOSView.h:57
bool bSendEscapeOnClose
Definition IOSView.h:73
bool bIsInitialized
Definition IOSView.h:49
UIInterfaceOrientationMask SupportedInterfaceOrientations
Definition IOSView.h:86
id< CAMetalDrawable > PanicDrawable
Definition IOSView.h:65
volatile int KeyboardShowCount
Definition IOSView.h:83
int NumActiveTouches
Definition IOSView.h:54
CAMetalLayer * CachedMetalLayer
Definition IOSView.h:67
bool bIsUsingIntegratedKeyboard
Definition IOSView.h:72
UITextAutocapitalizationType AutocapitalizationType
Definition IOSView.h:80
BOOL bSecureTextEntry
Definition IOSView.h:81
UIKeyboardType KeyboardType
Definition IOSView.h:78
UITextAutocorrectionType AutocorrectionType
Definition IOSView.h:79
MTL::Device * MetalDevice
Definition IOSView.h:63
Definition IOSView.cpp:1091
UIInterfaceOrientationMask supportedInterfaceOrientations_Internal()
Definition IOSView.cpp:1136
UIInterfaceOrientationMask supportedInterfaceOrientations()
Definition IOSView.cpp:1154
Definition IOSView.cpp:31
FKeyboardConfig()
Definition IOSView.h:28
UIKeyboardType KeyboardType
Definition IOSView.h:23
UITextAutocapitalizationType AutocapitalizationType
Definition IOSView.h:25
UITextAutocorrectionType AutocorrectionType
Definition IOSView.h:24
BOOL bSecureTextEntry
Definition IOSView.h:26