|
| static CORE_API TTSMulticastDelegate< void(FStringView)> & | GetOnAsyncLoadPackage () |
| |
| static CORE_API TDelegate< void(void *, int32)> & | GetHotfixDelegate (EHotfixDelegates::Type HotFix) |
| |
| static CORE_API TTSMulticastDelegate< void(const IPakFile &)> & | GetOnPakFileMounted2 () |
| |
| static CORE_API TTSMulticastDelegate< void(const IPakFile &)> & | GetOnPakFileUnmounting () |
| |
| static CORE_API TTSMulticastDelegate< void(const IPakFile &)> & | GetOnPakFileUnmounted () |
| |
| static CORE_API TTSMulticastDelegate< void(const TCHAR *PakFile, const TCHAR *FileName)> & | GetOnFileOpenedForReadFromPakFile () |
| |
| static CORE_API TMulticastDelegate< void(const FGuid &, const FAES::FAESKey &)> & | GetRegisterEncryptionKeyMulticastDelegate () |
| |
| static CORE_API TDelegate< void(uint8[32])> & | GetPakEncryptionKeyDelegate () |
| |
| static CORE_API TDelegate< void(TArray< uint8 > &, TArray< uint8 > &)> & | GetPakSigningKeysDelegate () |
| |
| static CORE_API TTSMulticastDelegate< void(const TCHAR *IniFilename, int32 &ResponderCount)> & | TSCountPreLoadConfigFileRespondersDelegate () |
| |
| static CORE_API TTSMulticastDelegate< void(const TCHAR *IniFilename, FString &LoadedContents)> & | TSPreLoadConfigFileDelegate () |
| |
| static CORE_API TTSMulticastDelegate< void(const TCHAR *IniFilename, const FString &ContentsToSave, int32 &SavedCount)> & | TSPreSaveConfigFileDelegate () |
| |
| static CORE_API TTSMulticastDelegate< void(const TCHAR *IniFilename, bool &bOutDeleted)> & | TSPreDeleteConfigFileDelegate () |
| |
| static CORE_API TTSMulticastDelegate< void(const FConfigFile *)> & | TSOnFConfigCreated () |
| |
| static CORE_API TTSMulticastDelegate< void(const FConfigFile *)> & | TSOnFConfigDeleted () |
| |
| static CORE_API TTSMulticastDelegate< void(const TCHAR *IniFilename, const TCHAR *SectionName, const TCHAR *Key)> & | TSOnConfigValueRead () |
| |
| static CORE_API TTSMulticastDelegate< void(const TCHAR *IniFilename, const TCHAR *SectionName)> & | TSOnConfigSectionRead () |
| |
| static CORE_API TTSMulticastDelegate< void(const TCHAR *IniFilename, const TCHAR *SectionName)> & | TSOnConfigSectionNameRead () |
| |
| static CORE_API TTSMulticastDelegate< void(const FString &IniFilename, const TSet< FString > &SectionNames)> & | TSOnConfigSectionsChanged () |
| |
| static CORE_API TTSMulticastDelegate< void()> & | GetApplicationWillTerminateDelegate () |
| |
| static CORE_API TMulticastDelegate< void()> & | GetPreMainInitDelegate () |
| |
| static CORE_API TTSMulticastDelegate< void()> & | TSConfigReadyForUse () |
| |
| static CORE_API FSimpleMulticastDelegate & | GetMemoryTrimDelegate () |
| |
| static CORE_API FSimpleMulticastDelegate & | GetLowLevelAllocatorMemoryTrimDelegate () |
| |
| static CORE_API FSimpleMulticastDelegate & | GetRefreshLowLevelAllocatorDelegate () |
| |
| static CORE_API FSimpleMulticastDelegate & | GetOutOfMemoryDelegate () |
| |
| static CORE_API TMulticastDelegate< void(const uint64, const uint64)> & | GetGPUOutOfMemoryDelegate () |
| |
| static CORE_API TTSMulticastDelegate< void(FExtraBinaryConfigData &)> & | TSAccessExtraBinaryConfigData () |
| |
|
| static CORE_API TMulticastDelegate< void()> | OnAsyncLoadingFlush |
| |
| static CORE_API TMulticastDelegate< void()> | OnAsyncLoadingFlushUpdate |
| |
| static CORE_API TMulticastDelegate< void(const FString &)> | OnSyncLoadPackage |
| |
| static CORE_API TMulticastDelegate< void(bool, int32, int32)> | OnUserLoginChangedEvent |
| |
| static CORE_API TMulticastDelegate< void()> | OnSafeFrameChangedEvent |
| |
| static CORE_API TDelegate< int32(const TArray< FString > &)> | OnMountAllPakFiles |
| |
| static CORE_API TDelegate< IPakFile *(const FString &, int32)> | MountPak |
| |
| static CORE_API TDelegate< bool(TArrayView< UE::FMountPaksExArgs >)> | MountPaksEx |
| |
| static CORE_API TDelegate< bool(const FString &)> | OnUnmountPak |
| |
| static CORE_API TDelegate< int32(const FString &)> | PakChunkIdOverrideDelegate |
| |
| static CORE_API TDelegate< void()> | OnOptimizeMemoryUsageForMountedPaks |
| |
| static CORE_API TMulticastDelegate< void(const FString &)> | NewFileAddedDelegate |
| |
| static CORE_API TMulticastDelegate< void()> | NoPakFilesMountedDelegate |
| |
| static CORE_API TMulticastDelegate< void(const FString &)> | PakFileMountFailedDelegate |
| |
| static CORE_API TMulticastDelegate< void(FMovieStreamerPtr)> | RegisterMovieStreamerDelegate |
| |
| static CORE_API TMulticastDelegate< void(FMovieStreamerPtr)> | UnRegisterMovieStreamerDelegate |
| |
| static CORE_API TMulticastDelegate< void()> | OnHandleSystemEnsure |
| |
| static CORE_API TMulticastDelegate< void()> | OnHandleSystemError |
| |
| static CORE_API TMulticastDelegate< void(AActor *)> | OnActorLabelChanged |
| |
| static CORE_API FSimpleMulticastDelegate | OnShutdownAfterError |
| |
| static CORE_API FSimpleMulticastDelegate | OnInit |
| |
| static CORE_API FSimpleMulticastDelegate | OnOutputDevicesInit |
| |
| static CORE_API FSimpleMulticastDelegate | OnPostEngineInit |
| |
| static CORE_API FSimpleMulticastDelegate | OnAllModuleLoadingPhasesComplete |
| |
| static CORE_API FSimpleMulticastDelegate | OnFEngineLoopInitComplete |
| |
| static CORE_API FSimpleMulticastDelegate | OnCommandletPreMain |
| |
| static CORE_API FSimpleMulticastDelegate | OnCommandletPostMain |
| |
| static CORE_API FSimpleMulticastDelegate | OnExit |
| |
| static CORE_API FSimpleMulticastDelegate | OnPreExit |
| |
| static CORE_API FSimpleMulticastDelegate | OnEnginePreExit |
| |
| static CORE_API TMulticastDelegate< void(TArray< FString > &)> | GatherAdditionalLocResPathsCallback |
| |
| static CORE_API FSimpleMulticastDelegate | ColorPickerChanged |
| |
| static CORE_API TDelegate< EAppReturnType::Type(EAppMsgCategory, EAppMsgType::Type, const FText &, const FText &)> | ModalMessageDialog |
| |
| static CORE_API TMulticastDelegate< void(const FString &, const FString &)> | OnInviteAccepted |
| |
| static CORE_API FSimpleMulticastDelegate | OnBeginFrame |
| |
| static CORE_API FSimpleMulticastDelegate | OnSamplingInput |
| |
| static CORE_API FSimpleMulticastDelegate | OnEndFrame |
| |
| static CORE_API FSimpleMulticastDelegate | OnBeginFrameRT |
| |
| static CORE_API FSimpleMulticastDelegate | OnEndFrameRT |
| |
| static CORE_API TMulticastDelegate< void(class UWorld *, FIntVector, FIntVector)> | PreWorldOriginOffset |
| |
| static CORE_API TMulticastDelegate< void(class UWorld *, FIntVector, FIntVector)> | PostWorldOriginOffset |
| |
| static CORE_API TDelegate< void()> | StarvedGameLoop |
| |
| static CORE_API TMulticastDelegate< void(ETemperatureSeverity)> | OnTemperatureChange |
| |
| static CORE_API TMulticastDelegate< void(bool)> | OnLowPowerMode |
| |
| static CORE_API FOnNetworkConnectionChanged | OnNetworkConnectionChanged |
| |
| static CORE_API TMulticastDelegate< void(const TCHAR *SectionName, const TCHAR *IniFilename, uint32 SetBy, bool bAllowCheating)> | OnApplyCVarFromIni |
| |
| static CORE_API TMulticastDelegate< void(uint32 ResX, uint32 ResY)> | OnSystemResolutionChanged |
| |
| static CORE_API TMulticastDelegate< void()> | ApplicationWillDeactivateDelegate |
| |
| static CORE_API TMulticastDelegate< void()> | ApplicationHasReactivatedDelegate |
| |
| static CORE_API TMulticastDelegate< void()> | ApplicationWillEnterBackgroundDelegate |
| |
| static CORE_API TMulticastDelegate< void()> | ApplicationHasEnteredForegroundDelegate |
| |
| static CORE_API TMulticastDelegate< void(bool)> | ApplicationSystemUIOverlayStateChangedDelegate |
| |
| static CORE_API TMulticastDelegate< void(float DeltaTime)> | MobileBackgroundTickDelegate |
| |
| static CORE_API TMulticastDelegate< void(bool)> | UserMusicInterruptDelegate |
| |
| static CORE_API TMulticastDelegate< void(bool, int)> | AudioMuteDelegate |
| |
| static CORE_API TMulticastDelegate< void(bool)> | AudioRouteChangedDelegate |
| |
| static CORE_API TMulticastDelegate< void(bool)> | AudioInterruptionDelegate |
| |
| static CORE_API TMulticastDelegate< void()> | ApplicationRequestAudioState |
| |
| static CORE_API TMulticastDelegate< void()> | ApplicationShouldUnloadResourcesDelegate |
| |
| static CORE_API TMulticastDelegate< void(const TArray< FString > &)> | ApplicationReceivedStartupArgumentsDelegate |
| |
| static CORE_API TMulticastDelegate< void(TArray< uint8 >)> | ApplicationRegisteredForRemoteNotificationsDelegate |
| |
| static CORE_API TMulticastDelegate< void(int)> | ApplicationRegisteredForUserNotificationsDelegate |
| |
| static CORE_API TMulticastDelegate< void(FString)> | ApplicationFailedToRegisterForRemoteNotificationsDelegate |
| |
| static CORE_API TMulticastDelegate< void(FString, int)> | ApplicationReceivedRemoteNotificationDelegate |
| |
| static CORE_API TMulticastDelegate< void(FString, int, int)> | ApplicationReceivedLocalNotificationDelegate |
| |
| static CORE_API TMulticastDelegate< void()> | ApplicationPerformFetchDelegate |
| |
| static CORE_API TMulticastDelegate< void(FString)> | ApplicationBackgroundSessionEventDelegate |
| |
| static CORE_API TMulticastDelegate< void(int32)> | ApplicationReceivedScreenOrientationChangedNotificationDelegate |
| |
| static CORE_API TMulticastDelegate< void(const TCHAR *, bool &, bool &)> | StatCheckEnabled |
| |
| static CORE_API TMulticastDelegate< void(const TCHAR *)> | StatEnabled |
| |
| static CORE_API TMulticastDelegate< void(const TCHAR *)> | StatDisabled |
| |
| static CORE_API TMulticastDelegate< void(const bool)> | StatDisableAll |
| |
| static CORE_API TMulticastDelegate< void()> | ApplicationLicenseChange |
| |
| static CORE_API TMulticastDelegate< void(EConvertibleLaptopMode)> | PlatformChangedLaptopMode |
| |
| static CORE_API TMulticastDelegate< void()> | VRHeadsetTrackingInitializingAndNeedsHMDToBeTrackedDelegate |
| |
| static CORE_API TMulticastDelegate< void()> | VRHeadsetTrackingInitializedDelegate |
| |
| static CORE_API TMulticastDelegate< void()> | VRHeadsetRecenter |
| |
| static CORE_API TMulticastDelegate< void()> | VRHeadsetLost |
| |
| static CORE_API TMulticastDelegate< void()> | VRHeadsetReconnected |
| |
| static CORE_API TMulticastDelegate< void()> | VRHeadsetConnectCanceled |
| |
| static CORE_API TMulticastDelegate< void()> | VRHeadsetPutOnHead |
| |
| static CORE_API TMulticastDelegate< void()> | VRHeadsetRemovedFromHead |
| |
| static CORE_API TMulticastDelegate< void()> | VRControllerRecentered |
| |
| static CORE_API TMulticastDelegate< void(const FString &)> | UserActivityStringChanged |
| |
| static CORE_API TMulticastDelegate< void(const FString &)> | GameSessionIDChanged |
| |
| static CORE_API TMulticastDelegate< void(const FString &)> | GameStateClassChanged |
| |
| static CORE_API TMulticastDelegate< void(const FCrashOverrideParameters &)> | CrashOverrideParamsChanged |
| |
| static CORE_API TMulticastDelegate< void(bool)> | IsVanillaProductChanged |
| |
| static CORE_API TMulticastDelegate< void()> | PostRenderingThreadCreated |
| |
| static CORE_API TMulticastDelegate< void()> | PreRenderingThreadDestroyed |
| |
| static CORE_API TArray< TDelegate< bool(const FString &, FString &)> > | PackageNameResolvers |
| |
| static CORE_API TMulticastDelegate< void(const TArrayView< UObject * >)> | CleanupUnloadingObjects |
| |
| static CORE_API TMulticastDelegate< void(FSeverityMessageMap &)> | OnGetOnScreenMessages |
| |
| static CORE_API TDelegate< bool()> | IsLoadingMovieCurrentlyPlaying |
| |
| static CORE_API TDelegate< bool(const TCHAR *URL)> | ShouldLaunchUrl |
| |
| static CORE_API TDelegate< void(const FString &URL, FString *Error)> | LaunchCustomHandlerForURL |
| |
| static CORE_API TMulticastDelegate< void(const FString &Parameter, FPlatformUserId UserId)> | OnActivatedByProtocol |
| |
| static CORE_API TMulticastDelegate< void(const FString &)> | OnGCFinishDestroyTimeExtended |
| |
| static CORE_API TMulticastDelegate< void(bool bIsNetworkInitialized)> | ApplicationNetworkInitializationChanged |
| |
| static CORE_API TMulticastDelegate< void(ENetworkConnectionStatus LastConnectionState, ENetworkConnectionStatus ConnectionState)> | OnNetworkConnectionStatusChanged |
| |
| static CORE_API TDelegate< void(TArrayView< const FSHAHash >, FAttachShaderReadRequestFunc)> | PreloadPackageShaderMaps |
| |
| static CORE_API TDelegate< void(TArrayView< const FSHAHash >)> | ReleasePreloadedPackageShaderMaps |
| |
| static CORE_API TMulticastDelegate< void(const FLogCategoryName &CategoryName, ELogVerbosity::Type OldVerbosity, ELogVerbosity::Type NewVerbosity)> | OnLogVerbosityChanged |
| |
| static CORE_API FSimpleMulticastDelegate | OnParentBeginFork |
| |
| static CORE_API FSimpleMulticastDelegate | OnParentPreFork |
| |
| static CORE_API TMulticastDelegate< void(EForkProcessRole ProcessRole)> | OnPostFork |
| |
| static CORE_API FSimpleMulticastDelegate | OnChildEndFramePostFork |
| |
| static CORE_API FOnNamedCommandParsed | OnNamedCommandParsed |
| |
| static CORE_API FOnDisallowedExecCommandCalled | OnDisallowedExecCommandCalled |
| |
| static CORE_API TDelegate< const TCHAR *()> | OnGetBuildURL |
| |
| static CORE_API TDelegate< const TCHAR *()> | OnGetExecutingJobURL |
| |