ReverbPreset Asset
The reverbpreset asset was added on Ghosts and appears to hold information pertaining to how sound dissipates from a particular enclosed space. There is not much known about the asset itself, other than that it is very simple.
struct ReverbPreset
{
const char * name;
char unknown[0x40];
};