Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TScriptDelegate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const TScriptDelegate& Other |
Comparison operators | UObject/ScriptDelegates.h | |
bool operator==
(
const TScriptDelegate< OtherThreadSafetyMode >& Other |
UObject/ScriptDelegates.h |
operator==(const TScriptDelegate &)
Description
Comparison operators
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
bool operator==
(
const TScriptDelegate & Other
) const
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 >>
bool operator==
(
const TScriptDelegate < OtherThreadSafetyMode > & Other
) const