UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IOSAppDelegateConsoleHandling.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6
7@interface IOSAppDelegate (ConsoleHandling)
8
9#if !UE_BUILD_SHIPPING && !PLATFORM_TVOS
14#endif
15
19- (void)ShowAlert:(NSMutableArray*)StringArray;
20
21#if !UE_BUILD_SHIPPING && !PLATFORM_TVOS
25- (void)HandleConsoleCommand:(NSString*)ConsoleCommand;
26#endif
27
28
29@end
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
void ShowConsole()
Definition IOSAppDelegateConsoleHandling.cpp:21