How to control the volume of Sequencer Audio Track from C++?

I have a sequencer with Audio Tracks attached to actors for specialization. I want to control their volume from a C++ script at runtime. I couldn’t find any methods of the Sequencer or the Audio Track itself which I could use. What is the simplest way to achieve this?