Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"
#include "Misc/AssertionMacros.h"
#include "Misc/Crc.h"
#include "UObject/NameTypes.h"
#include "UObject/ScriptDelegates.h"
#include "Templates/IsConst.h"
#include "Templates/RemoveReference.h"
#include "Templates/SharedPointer.h"
#include "Templates/UnrealTemplate.h"
#include <type_traits>
Go to the source code of this file.
Typedefs | |
template<typename DelegateSignature > | |
using | TTSMulticastDelegate = TMulticastDelegate<DelegateSignature, FDefaultTSDelegateUserPolicy> |
Functions | |
template<typename T > | |
T * | ToRawPtr (const TObjectPtr< T > &Ptr) |
template<typename To , typename From > | |
To * | Cast (From *Src) |
using TTSMulticastDelegate = TMulticastDelegate<DelegateSignature, FDefaultTSDelegateUserPolicy> |
Definition at line 993 of file DelegateSignatureImpl.inl.
Definition at line 828 of file ObjectPtr.h.