Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDelegateBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Delegates/DelegateBase.h | |||
TDelegateBase
(
TDelegateBase&& Other |
Delegates/DelegateBase.h | ||
TDelegateBase
(
TDelegateBase< OtherThreadSafetyMode >&& Other |
Support for moving from delegates with different thread-safety mode | Delegates/DelegateBase.h |
TDelegateBase()
| Name | TDelegateBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/DelegateBase.h |
| Include Path | #include "Delegates/DelegateBase.h" |
TDelegateBase()
TDelegateBase(TDelegateBase &&)
| Name | TDelegateBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/DelegateBase.h |
| Include Path | #include "Delegates/DelegateBase.h" |
TDelegateBase
(
TDelegateBase && Other
)
TDelegateBase(TDelegateBase< OtherThreadSafetyMode > &&)
Description
Support for moving from delegates with different thread-safety mode
| Name | TDelegateBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/DelegateBase.h |
| Include Path | #include "Delegates/DelegateBase.h" |
template<typename OtherThreadSafetyMode>
TDelegateBase
(
TDelegateBase < OtherThreadSafetyMode > && Other
)