Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/UObject > API/Runtime/Core/UObject/FName
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/UObject/NameTypes.h |
| Include | #include "UObject/NameTypes.h" |
int32 CompareIndexes
&40;
const FName & Other
&41; const
Remarks
Fast non-alphabetical order that is only stable during this process' lifetime. < 0 is this < Other, 0 if this == Other, > 0 if this > Other
Parameters
| Name | Description |
|---|---|
| Other | Name to compare this against |