Wwise SDK 2021.1.9
IWriteString
Version
Wwise SDK 2021.1.9
|
AK.Wwise::Plugin::IWriteString Class Referenceabstract
#include <PluginDef.h>
Public Member Functions | |
virtual void | WriteString (const char *in_szString, int in_iStringLength)=0 |
Detailed Description
Interface to let the plug in give us a string of any size. The pointer to the interface should not be kept.
Definition at line 172 of file PluginDef.h.