Unreal trivia: What does the 'F' prefix on classes and structs stand for?

Yeah, and at this point UHT enforces it for all reflected USTRUCT() structs in order to have a consistent mapping from reflected data FName to C++ name, as we don’t store the prefix character in the FName.

Cheers,
Michael Noland

1 Like