Version

menu_open

◆ SetValueString

bool(* ak_wwise_plugin_host_property_set_v1::SetValueString) (struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, const char *in_propertyValue)

Modifies a property to a string value.

Updates the property in_pszPropertyName to contain in_propertyValue under the in_guidPlatform platform.

The plug-in XML definition file should define this property as a string in order to use this method.

Note: Your changes might be substantially altered or replaced if your property is bound to an RTPC ( PropertyHasRTPC ) or a State ( PropertyHasState ).

More than one platform will be affected if the property is linked ( PropertyPlatformIsLinked ); all platforms are linked by default.

See also
Parameters
[in]in_thisCurrent instance of this interface.
[in]in_guidPlatformThe unique ID of the platform whose property you want to modify.
[in]in_pszPropertyNameThe name of the property to update, based on the XML definition file.
[out]in_propertyValueThe new value of the property.
Returns
true if successful.

Definition at line 334 of file HostPropertySet.h.

Referenced by AK.Wwise::Plugin::V1::PropertySet::SetValueString().


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise