Rama
(Rama)
2
#Static UObject Library
I use a Static UObject Library to store all my USTRUCTS so they can be used in any class in my entire code base
#My Wiki On Static Function Libraries
#For You
Just put all your USTRUCTS above your class definition and below the #include
Then include your static library in all your game classes .h files
#Static USTRUCT Library
Section of tutorial most related to your question
Rama