FName::IsEqual

Check to see if this [FName](API\Runtime\Core\UObject\FName) matches the other [FName](API\Runtime\Core\UObject\FName), potentially also checking for any case variations

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "UObject/NameTypes.h"

Syntax

bool IsEqual
(
    const FName & Other,
    const ENameCase CompareMethod,
    const bool bCompareNumber
) const

Remarks

Check to see if this FName matches the other FName, potentially also checking for any case variations

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