<aside> ⚠️ Never submit not-compiling blueprint to source control. It may cause unexpected behaviours to the entire game

</aside>

General


Naming convention is exactly the same as presented in Coding Standards specific section.

Variables


<aside> 💡 You can define sub-categories by using the pipe character |, i.e. Config | Animations.

</aside>

<aside> 💡 i.e.

|-- Config | |-- Animations | |-- Effects | |-- Audio | |-- Recoil | |-- Timings |-- Animations |-- State |-- Visuals

</aside>

on going...