UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CoreDelegatesInternal.h File Reference
#include "Delegates/Delegate.h"
#include "Misc/AES.h"
#include "Misc/Guid.h"

Go to the source code of this file.

Classes

struct  FMountedPakInfo
 
struct  FCoreInternalDelegates
 

Enumerations

enum class  EMountOperation { Mount , Unmount }
 

Functions

 DECLARE_TS_MULTICAST_DELEGATE_ThreeParams (FMountOperationPak, EMountOperation, const TCHAR *, int32)
 
 FUNC_DECLARE_DELEGATE (FCurrentlyMountedPaksDelegate, TArray< FMountedPakInfo >)
 

Enumeration Type Documentation

◆ EMountOperation

enum class EMountOperation
strong
Enumerator
Mount 
Unmount 

Function Documentation

◆ DECLARE_TS_MULTICAST_DELEGATE_ThreeParams()

DECLARE_TS_MULTICAST_DELEGATE_ThreeParams ( FMountOperationPak  ,
EMountOperation  ,
const TCHAR ,
int32   
)

Delegate to indicate that a pakfile has been mounted/unmounted

◆ FUNC_DECLARE_DELEGATE()

FUNC_DECLARE_DELEGATE ( FCurrentlyMountedPaksDelegate  ,
TArray< FMountedPakInfo  
)