UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UEAppDelegate.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#import <Foundation/Foundation.h>
4
#import <Cocoa/Cocoa.h>
5
6
@interface
UEAppDelegate
: NSObject <
NSApplicationDelegate
,
NSFileManagerDelegate
>
7
{
8
#if WITH_EDITOR
9
NSString
* Filename;
10
bool
bHasFinishedLaunching
;
11
#endif
12
}
13
14
#if WITH_EDITOR
15
- (
BOOL
)
application
:(
NSApplication
*)theApplication openFile:(
NSString
*)filename;
16
#endif
17
18
@end
19
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
UEAppDelegate
Definition
LaunchMac.cpp:69
Windows::BOOL
int32 BOOL
Definition
MinimalWindowsApi.h:64
Engine
Source
Runtime
Launch
Public
Mac
UEAppDelegate.h
Generated by
1.9.8