Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/UObject > API/Runtime/Core/UObject/FName
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValidXName () |
||
| bool | IsValidXName
(
FText& OutReason |
||
| bool | IsValidXName
(
FText& OutReason, |
Takes an FName and checks to see that it follows the rules that Unreal requires. | |
| bool | IsValidXName
(
const FString& InInvalidChars, |
Checks to see that a FName follows the rules that Unreal requires. | |
| bool | IsValidXName
(
const FName InName, |
Checks to see that a given name-like string follows the rules that Unreal requires. | |
| bool | IsValidXName
(
const TCHAR* InName, |
||
| bool | IsValidXName
(
const FString& InName, |
||
| bool | IsValidXName
(
const FStringView& InName, |