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.
Share this post
Daily Unreal Column #30 - Instanced objects
Share this post
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.