UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DelegateInstancesImplFwd.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5// HEADER_UNIT_SKIP - Not included directly
6
7#include "CoreTypes.h"
8
9enum class ESPMode : uint8;
10
16template <class UserClass, typename FuncType, typename UserPolicy, typename... VarTypes>
18
22template <bool bConst, class UserClass, ESPMode SPMode, typename FuncType, typename UserPolicy, typename... VarTypes>
24
28template <ESPMode SPMode, typename FuncType, typename UserPolicy, typename FunctorType, typename... VarTypes>
30
34template <bool bConst, class UserClass, typename FuncType, typename UserPolicy, typename... VarTypes>
36
40template <bool bConst, class UserClass, typename FuncType, typename UserPolicy, typename... VarTypes>
42
46template <typename FuncType, typename UserPolicy, typename... VarTypes>
48
52template <typename FuncType, typename UserPolicy, typename FunctorType, typename... VarTypes>
54
58template <typename FuncType, typename UserPolicy, typename FunctorType, typename... VarTypes>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
ESPMode
Definition SharedPointerFwd.h:12
uint8_t uint8
Definition binka_ue_file_header.h:8
Definition DelegateInstancesImplFwd.h:53
Definition DelegateInstancesImplFwd.h:35
Definition DelegateInstancesImplFwd.h:29
Definition DelegateInstancesImplFwd.h:23
Definition DelegateInstancesImplFwd.h:47
Definition DelegateInstancesImplFwd.h:17
Definition DelegateInstancesImplFwd.h:41
Definition DelegateInstancesImplFwd.h:59