FName::CompareIndexes

Fast compares name to passed in one using indexes. Sort is allocation order ascending.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "UObject/NameTypes.h"

Syntax

int32 CompareIndexes
(
    const FName & Other
) const

Remarks

Fast compares name to passed in one using indexes. Sort is allocation order ascending.

Returns

< 0 is this < Other, 0 if this == Other, > 0 if this > Other

Parameters

Parameter

Description

Other

Name to compare this against

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