FName::operator!=

Inequality operator.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/UObject/NameTypes.h

Include

#include "UObject/NameTypes.h"

Syntax

template<typename CharType>
bool operator!=
(
    const CharType * Other
) const

Remarks

Inequality operator.

Returns

true if name does not match the string, false otherwise

Parameters

Parameter

Description

Other

String to compare this name to

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss