Wwise SDK 2024.1.4
|
#include <PropertyDisplayName.h>
Classes | |
struct | Interface |
The C interface, fulfilled by your plug-in. More... | |
Public Types | |
enum | : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_PROPERTY_DISPLAY_NAME } |
The interface type, as provided by this plug-in. More... | |
enum | : InterfaceVersion { k_interfaceVersion = 1 } |
The interface version, as provided by this plug-in. More... | |
Public Member Functions | |
InterfacePtr | GetInterfacePointer () |
CPropertyDisplayName::Instance * | GetInstancePointer () |
const CPropertyDisplayName::Instance * | GetInstancePointer () const |
PropertyDisplayName () | |
virtual | ~PropertyDisplayName () |
virtual bool | DisplayNameForProp (const char *in_pszPropertyName, char *out_pszDisplayName, uint32_t in_unCharCount) const |
Gets the user-friendly name of the specified property. More... | |
virtual bool | DisplayNamesForPropValues (const char *in_pszPropertyName, char *out_pszValuesName, uint32_t in_unCharCount) const |
Get the user-friendly names of possible values for the specified property. More... | |
![]() | |
virtual | ~ak_wwise_plugin_cpp_base_instance () |
Definition at line 137 of file PropertyDisplayName.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise