Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TScriptDelegate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScriptDelegate & operator=
(
const TScriptDelegate& Other |
UObject/ScriptDelegates.h | ||
TScriptDelegate & operator=
(
const TScriptDelegate< OtherThreadSafetyMode >& Other |
UObject/ScriptDelegates.h |
operator=(const TScriptDelegate &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
TScriptDelegate & operator=
(
const TScriptDelegate & Other
)
operator=(const TScriptDelegate< OtherThreadSafetyMode > &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
template<typename OtherThreadSafetyMode, std::enable_if_t<(UE::Core::Private::BackwardCompatibilityCheck< InThreadSafetyMode, OtherThreadSafetyMode >()), int >>
TScriptDelegate & operator=
(
const TScriptDelegate < OtherThreadSafetyMode > & Other
)