|
◆ PostCodeVaList()
Post a monitoring message. This will be displayed in the Wwise capture log. - Returns
- AK_Success if successful, AK_Fail if there was a problem posting the message. In optimized mode, this function returns AK_NotCompatible.
- Parameters
-
in_eError | Error code to be displayed. This code corresponds to a predefined message, that may have parameters that can be passed in the variable arguments. Check the message format at the end of AkMonitorError.h. |
in_eErrorLevel | Specifies whether it should be displayed as a message or an error |
msgContext | The message context containing the following information : Related Playing ID if applicable, Related Game Object ID if applicable, AK_INVALID_GAME_OBJECT otherwise, Related Audio Node ID if applicable, AK_INVALID_UNIQUE_ID otherwise and whether if in_audioNodeID is a bus |
args | The variable arguments, depending on the ErrorCode posted. |
|