Fix using Delegate<> in API event

(cherry picked from commit 7b2c034fba)
This commit is contained in:
Wojtek Figat
2021-04-14 12:23:50 +02:00
parent 801587ab6c
commit b96f0efd9c
5 changed files with 11 additions and 7 deletions

View File

@@ -4,11 +4,6 @@
#include "Engine/Core/Memory/Allocation.h"
template<typename>
class Function;
template<typename... Params>
class Delegate;
/// <summary>
/// The function object.
/// </summary>

View File

@@ -97,6 +97,10 @@ template<typename T, typename U>
class Pair;
template<typename KeyType, typename ValueType>
class Dictionary;
template<typename>
class Function;
template<typename... Params>
class Delegate;
// Declares full set of operators for the enum type (using binary operation on integer values)
#define DECLARE_ENUM_OPERATORS(T) \