struct FAudioAsset

#include <MagesSettings.h>

struct FAudioAsset
{
    // fields

    FSoftObjectPath Asset;
    float Volume = 1.0f;
};