Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FName
Description
Add/remove an exemption to the formatting applied by NameToDisplayString. Example: exempt the compound word "MetaHuman" to ensure its not reformatted as "Meta Human".
| Name | AddNameToDisplayStringExemption |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/NameTypes.h |
| Include Path | #include "UObject/NameTypes.h" |
| Source | /Engine/Source/Runtime/Core/Private/UObject/UnrealNames.cpp |
static void AddNameToDisplayStringExemption
(
const FString & InExemption
)