When trying to group data for certain entity in the game, it is very common to use a C++ struct. Lesser known method is to use instanced objects.
Daily Unreal Column #30 - Instanced objects
When trying to group data for certain entity in the game, it is very common to use a C++ struct. Lesser known method is to use instanced objects.