Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TScriptInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const OtherInterface* Other |
Comparison operator, taking a pointer to InterfaceType | UObject/ScriptInterface.h | |
bool operator==
(
const TScriptInterface& Other |
Comparison operator, taking a reference to another TScriptInterface | UObject/ScriptInterface.h | |
bool operator==
(
TYPE_OF_NULLPTR |
Comparison operator, taking a nullptr | UObject/ScriptInterface.h |
operator==(const OtherInterface *)
Description
Comparison operator, taking a pointer to InterfaceType
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptInterface.h |
| Include Path | #include "UObject/ScriptInterface.h" |
template<typename OtherInterface, std::enable_if_t<(std::is_convertible_v< OtherInterface *, InInterfaceType * >), int >>
bool operator==
(
const OtherInterface * Other
) const
operator==(const TScriptInterface &)
Description
Comparison operator, taking a reference to another TScriptInterface
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptInterface.h |
| Include Path | #include "UObject/ScriptInterface.h" |
bool operator==
(
const TScriptInterface & Other
) const
operator==(TYPE_OF_NULLPTR)
Description
Comparison operator, taking a nullptr
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptInterface.h |
| Include Path | #include "UObject/ScriptInterface.h" |
bool operator==
(
TYPE_OF_NULLPTR
) const