Utilizing Unreal Engine’s reflection system
In this post, we're going to utilize the built-in reflection system in UE4 to perform changes in our game at runtime. Reflection is the ability of a program to inspect its own code (or other associated code) and change at runtime…