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

Oh, thanks for the story! This thing was bothering me for quite some time.

My guess was that F stands for “Fast” to distinguish “fast” regular C++ classes from “heavy” and “slow” UObjects.

Now I see that the truth is much more amusing.