Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPrivateDelegateAllocation
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Delegates/DelegateBase.h |
|
|
|
Delegates/DelegateBase.h |
|
|
|
Delegates/DelegateBase.h |
|
FPrivateDelegateAllocation(FPrivateDelegateAllocation &&)
| |
|
| Name |
FPrivateDelegateAllocation |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Delegates/DelegateBase.h |
| Include Path |
#include "Delegates/DelegateBase.h" |
FPrivateDelegateAllocation
(
FPrivateDelegateAllocation &&
)
FPrivateDelegateAllocation(const FPrivateDelegateAllocation &)
| |
|
| Name |
FPrivateDelegateAllocation |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Delegates/DelegateBase.h |
| Include Path |
#include "Delegates/DelegateBase.h" |
FPrivateDelegateAllocation
(
const FPrivateDelegateAllocation &
)
FPrivateDelegateAllocation(TDelegateBase< ThreadSafetyMode > &)
| |
|
| Name |
FPrivateDelegateAllocation |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Delegates/DelegateBase.h |
| Include Path |
#include "Delegates/DelegateBase.h" |
template<typename ThreadSafetyMode>
FPrivateDelegateAllocation
(
TDelegateBase < ThreadSafetyMode > & Delegate
)