Josiah-Kunz / Gene-Hunter

Gene Hunter is a monster catcher game created in Unreal Engine 5. It is in the same genre as Pokémon, but it is not a clone and has no affiliation. See README.md for more info or email AskGeneHunter@gmail.com
3 stars 0 forks source link

EffectComponent Generic Class Naming Convention #40

Closed Josiah-Kunz closed 1 year ago

Josiah-Kunz commented 1 year ago

Should be, e.g., UBuff_GENERICCLASS so that there's no question that you shouldn't use this class at runtime.

Josiah-Kunz commented 1 year ago

Actually used _BaseClass as the suffix.