operator==

Equality operator with CharType* on left hand side and [FName](API\Runtime\Core\UObject\FName) on right hand side

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 * LHS,
    const FName & RHS
)

Remarks

Equality operator with CharType* on left hand side and FName on right hand side

Returns

True if strings match, false otherwise.

Parameters

Parameter

Description

LHS

CharType to compare to FName

RHS

FName to compare to CharType

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