Navigation
Unreal Engine C++ API Reference > Runtime > Core > UObject > FName
Type | Name | Description | |
---|---|---|---|
![]() |
FName () |
Default constructor, initialized to None | |
![]() |
FName
(
const WIDECHAR* Name, |
Create an FName. | |
![]() |
FName
(
const ANSICHAR* Name, |
||
![]() |
|||
![]() |
FName
(
TStringView< ANSICHAR > View, |
||
![]() |
FName
(
TStringView< WIDECHAR > View, |
Create an FName with a hardcoded string index. | |
![]() |
FName
(
TStringView< UTF8CHAR > View, |
Create an FName with a hardcoded string index. | |
![]() |
FName
(
const WIDECHAR* Name, |
Create an FName. | |
![]() |
FName
(
const ANSICHAR* Name, |
||
![]() |
|||
![]() |
FName
(
TStringView< ANSICHAR > View, |
||
![]() |
FName
(
EName Ename |
Create an FName with a hardcoded string index. | |
![]() |
FName
(
TStringView< WIDECHAR > View, |
Create an FName with a hardcoded string index. | |
![]() |
FName
(
TStringView< UTF8CHAR > View, |
Create an FName with a hardcoded string index. | |
![]() |
FName
(
FNameEntryId InComparisonIndex, |
Create an FName from its component parts Only call this if you really know what you're doing | |
![]() |
FName
(
int32 Len, |
Create FName from non-null string with known length | |
![]() |
FName
(
int32 Len, |
||
![]() |
|||
![]() |
FName
(
int32 Len, |
||
![]() |
FName
(
int32 Len, |
||
![]() |
|||
![]() |
FName
(
const TCHAR* Name, |
Create an FName. | |
![]() |
FName
(
ENoInit |
Scary no init constructor, used for something obscure in UObjectBase | |
![]() |
FName
(
FMinimalName InName |
||
![]() |
FName
(
FScriptName InName |
Create an FName with a hardcoded string index. | |
![]() |
FName
(
FMemoryImageName InName |
Create an FName with a hardcoded string index. | |
![]() |
FName
(
const FNameEntrySerialized& LoadedEntry |
Constructor used by FLinkerLoad when loading its name table; Creates an FName with an instance number of 0 that does not attempt to split the FName into string and number portions. | |
![]() |
FName
(
EName Ename, |
Create an FName with a hardcoded string index and (instance). | |
![]() |
Create an FName from an existing string, but with a different instance. |