Version

menu_open
Wwise SDK 2021.1.14

◆ GetListName()

unsigned int AK.Wwise::Plugin::V1::ObjectStore::GetListName ( unsigned int  in_uiListIndex,
char *  out_pszListName,
unsigned int  in_uiBufferSize 
) const
inline

Gets the name of the list at the specified position.

List ordering is arbitrary and can vary between Wwise Authoring versions or project loads.

Warning: If you do not provide a buffer big enough to write the full string, the function will fail and return 0. Make sure to use a buffer big enough to write the entire string, depending on your own naming convention.
Parameters
[in] in_uiListIndex Index of the list name to retrieve.
[out] out_pszListName Pointer to a buffer that will contain the list name.
[in] in_uiBufferSize Size of the provided buffer. If the buffer is not big enough for the entire name alongside a string ending suffix, the function will return 0 and no string will be copied.
Returns
Number of characters written to the buffer, zero if failed.

Definition at line 594 of file HostObjectStore.h.

References AK.Wwise::Plugin::CBaseInterfaceGlue< CHostObjectStore >::g_cinterface, and ak_wwise_plugin_host_object_store_v1::GetListName.


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