<aside> <img src="/icons/reorder_gray.svg" alt="/icons/reorder_gray.svg" width="40px" />

Menu

</aside>

Frostbyte’s Unreal Documentation

Intro

FAQ

Getting Started

Blueprint Principals

Blueprint Conventions

Folder Structure

Core Blueprints

Base Player Controller

Base HUD and GUI

Established systems

Doors

Debugging Tools

Better Print String

Links

References

Misc

Base template page

The best practice involves putting data alongside the features or systems that use it.

<aside> 💡

Ex. A stats component shares folder space with everything else it uses that is core to its usage.

image.png

</aside>

<aside> ❗

Avoid “God Folders” for data management.

Ex. A folder called “Enums” and putting all of your enums there.

</aside>


This is the end of the intro. You may now proceed to any category.