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
7{
8#if WITH_EDITOR
9 NSString* Filename;
11#endif
12}
13
14#if WITH_EDITOR
15- (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename;
16#endif
17
18@end
19
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition LaunchMac.cpp:69
int32 BOOL
Definition MinimalWindowsApi.h:64