FScriptName

The full amount of data required to reconstruct a case-preserving name This will be the maximum size of an [FName](API\Runtime\Core\UObject\FName) across all values of WITH_CASE_PRESERVING_NAME and UE_FNAME_OUTLINE_NUMBER and is used to store an [FName](API\Runtime\Core\UObject\FName) in cases where the size of a name must be constant between build configurations (eg, blueprint bytecode) the layout is not guaranteed to be the same as [FName](API\Runtime\Core\UObject\FName) even if the size is the same, so memory cannot be reinterpreted between the two.