UE4 Memory Management for Emitter / Sound

This is basically UE4's - pool system for emitters or sound instances.

Coded with C++ in UE4 to manage memory for all the fx elements in gameplay runtime.

Allocate and de-allocate based on the setting that is defined for each situation.


Unreal Engine 4, C++