-- CODE language-cs --[Unity C#]
public event Action<float[]> OnLayerVolumeChanged;
-- CODE language-cpp --[Unreal C++]
Not available yet ...
NOTE: For example, you can use this to adjust UI sliders
-- CODE language-cs --[Unity C#]
public event Action<float[]> OnLayerVolumeChanged;
-- CODE language-cpp --[Unreal C++]
Not available yet ...
NOTE: For example, you can use this to adjust UI sliders