UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CoreDelegatesInternal.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5// This header is used for Core delegates that we don't want to expose outside of the engine
6
8#include "Misc/AES.h"
9#include "Misc/Guid.h"
10
11class IPakFile;
12
14{
15 Mount,
17};
18
21
35
37
39{
40 // Callback to prompt the pak system to unmount a pak file.
42
44};
EMountOperation
Definition CoreDelegatesInternal.h:14
@ INDEX_NONE
Definition CoreMiscDefines.h:150
FPlatformTypes::TCHAR TCHAR
Either ANSICHAR or WIDECHAR, depending on whether the platform supports wide characters or the requir...
Definition Platform.h:1135
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_TS_MULTICAST_DELEGATE_ThreeParams(DelegateName, Param1Type, Param2Type, Param3Type)
Definition DelegateCombinations.h:68
#define FUNC_DECLARE_DELEGATE(DelegateName, ReturnType,...)
Definition Delegate.h:208
Definition GenericPlatformFile.h:1020
Definition PakFile.Build.cs:6
Definition Array.h:670
Definition CoreDelegatesInternal.h:39
static CORE_API FCurrentlyMountedPaksDelegate & GetCurrentlyMountedPaksDelegate()
Definition CoreDelegates.cpp:76
static CORE_API FMountOperationPak & GetOnPakMountOperation()
Definition CoreDelegates.cpp:70
Definition CoreDelegatesInternal.h:23
FMountedPakInfo()=default
int32 Order
Definition CoreDelegatesInternal.h:33
~FMountedPakInfo()=default
FMountedPakInfo(const IPakFile *InPakFile, int32 InOrder)
Definition CoreDelegatesInternal.h:25