We want to maintain a plugin property which encodes a version number.
We expected to see values from the .wwu file in the property set when IAudioPlugin::SetPluginPropertySet is called but we only see the default values from our plugin.xml file.
We do see the values we expect when calls are made to IAudioPlugin::WindowProc or IAudioPlugin::NotifyCurrentPlatformChanged.
We would prefer not to rely on UI instantiation or a platform change.
Any suggestions gratefully received!
And one bonus question - is the plugin property named "Version" used internally by Wwise? When IAudioPlugin::SetPluginPropertySet is called we see a value there ("1") which is neither our default value or a value set in the wwu file.