Stay away from blueprint assets for enums and structures!

Why?!
Feb 22, 2024

DO NOT use blueprint assets for structures and enumerations. If you don’t like c++, learn it purely and only to make structures and enumerations. Unreals built in version of these datatypes will crash your project changing engine versions or even in packaging! If structures are linked to one another, they will inevitably crash to oblivion and cause bigger headache than learning how to type out a couple lines of text code and pressing build. Using blueprint for enumerations and structures is a surefire way to having major issues when moving engine versions and making changes to embedded structures linked to oblivion!