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" |
Source | /Engine/Source/Runtime/Core/Private/UObject/UnrealNames.cpp |
int32 Compare
&40;
const FName & Other
&41; const
Remarks
Compares name to passed in one. Sort is alphabetical ascending. < 0 is this < Other, 0 if this == Other, > 0 if this > Other
Parameters
Name | Description |
---|---|
Other | Name to compare this against |