C++ Create A Simple Struct!

Also I’m not sure if you should use structs in a separate header file when working with ue4. I always had my structs in my .h file of a class before the class declaration when working with ue4.

I quote from the wiki article: