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
5
#include "
IOS/IOSAppDelegate.h
"
6
7
@interface
IOSAppDelegate (ConsoleHandling)
8
9
#if !UE_BUILD_SHIPPING && !PLATFORM_TVOS
13
- (
void
)
ShowConsole
;
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
void
OODEFFUNC typedef void(OODLE_CALLBACK t_fp_OodleCore_Plugin_Free)(void *ptr)
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
IOSAppDelegate.h
-[IOSAppDelegate(ConsoleHandling) ShowConsole]
void ShowConsole()
Definition
IOSAppDelegateConsoleHandling.cpp:21
Engine
Source
Runtime
Launch
Private
IOS
IOSAppDelegateConsoleHandling.h
Generated by
1.9.8