How to create a Structure in a separate file

#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 :slight_smile:

Then include your static library in all your game classes .h files :slight_smile:

#Static USTRUCT Library

Section of tutorial most related to your question

Rama