Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TScriptInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const OtherInterface* Other |
UObject/ScriptInterface.h | ||
bool operator!=
(
const TScriptInterface& Other |
UObject/ScriptInterface.h | ||
bool operator!=
(
TYPE_OF_NULLPTR |
UObject/ScriptInterface.h |
operator!=(const OtherInterface *)
| 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 &)
| 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)
| 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