Sample-accurate Metasound triggers from game code?

The MetaSound overview page claims that “sample-accurate” triggers can be executed from “gameplay events”. How to do this?UAudioComponent::SetTriggerParameteris only tick-accurate. Is there any function (C++ or blueprint) that can run a trigger at a specific (sub-tick) time?