Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/UObject > API/Runtime/Core/UObject/FName > API/Runtime/Core/UObject/FName/IsValidXName
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/UObject/NameTypes.h |
Include | #include "UObject/NameTypes.h" |
bool IsValidXName
&40;
FText & OutReason,
const FString & InInvalidChars
&41; const
Remarks
Takes an FName and checks to see that it follows the rules that Unreal requires. true if the name is valid
Parameters
Name | Description |
---|---|
OutReason | If the check fails, this string is filled in with the reason why. |
InInvalidChars | The set of invalid characters that the name cannot contain |