![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MacProgramDelegate.h>
Inheritance diagram for MacProgramDelegate:Instance Methods | |
| (id) | - initWithProgramMain:programExit: |
Class Methods | |
| (int) | + mainWithArgc:argv:programMain:programExit: |
| (int) | + mainWithArgc:argv:existingDelegate: |
Protected Attributes | |
| ProgramMainType | ProgramMain |
| ProgramExitType | ProgramExit |
| FString | SavedCommandLine |
| - (id) initWithProgramMain: | (ProgramMainType) | programMain | |
| programExit: | (ProgramExitType) | programExit | |
| + (int) mainWithArgc: | (int) | argc | |
| argv: | (char*[]) | argv | |
| existingDelegate: | (MacProgramDelegate*) | delegate | |
| + (int) mainWithArgc: | (int) | argc | |
| argv: | (char*[]) | argv | |
| programMain: | (ProgramMainType) | programMain | |
| programExit: | (ProgramExitType) | programExit | |
|
protected |
|
protected |
|
protected |