C++ naming conventions -- letters in front of names

S is from the base class like ScompoundWidget, which stand for Slate.

A is from base class like AActor, stand for Actor.

U is from base class like UObject, stand for Unreal i think.

E is for Enum.

F is for most of anything else like struct, i don’t know what is stand for.

I is for Interface.

Some more else maybe i don’t know yet.