Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"
#include "Containers/ContainerAllocationPolicies.h"
#include "Math/UnrealMathUtility.h"
#include "UObject/NameTypes.h"
#include "Delegates/DelegateSettings.h"
#include "Delegates/IDelegateInstance.h"
Go to the source code of this file.
Classes | |
class | FDelegateBase |
struct | FDefaultDelegateUserPolicy |
struct | FDefaultTSDelegateUserPolicy |
class | TDelegateBase< UserPolicy > |
Typedefs | |
typedef TAlignedBytes< 16, 16 > | FAlignedInlineDelegateType |
typedef FHeapAllocator | FDelegateAllocatorType |
Functions | |
ALIAS_TEMPLATE_TYPE_LAYOUT (template< typename ElementType >, FDelegateAllocatorType::ForElementType< ElementType >, void *) | |
void * | operator new (size_t Size, FDelegateBase &Base) |
Definition at line 15 of file DelegateBase.h.
Definition at line 17 of file DelegateBase.h.
ALIAS_TEMPLATE_TYPE_LAYOUT | ( | template< typename ElementType > | , |
FDelegateAllocatorType::ForElementType< ElementType > | , | ||
void * | ) |
|
inline |
Definition at line 156 of file DelegateBase.h.