Wwise SDK 2024.1.4
|
#include <ISourceControlProgress.h>
Public Types | |
enum | Severity { Severity_Info, Severity_Warning, Severity_Error } |
Public Member Functions | |
virtual void | BeginOperation ()=0 |
Creates and displays the progress dialog. More... | |
virtual void | AddLogMessage (Severity in_severity, LPCWSTR in_pszMessage)=0 |
virtual bool | IsCanceled () const =0 |
virtual void | Cancel ()=0 |
virtual void | EndOperation (bool in_bWaitForOK=true)=0 |
virtual bool | IsSilent () const =0 |
virtual bool | IsAutoCheckout () const =0 |
virtual bool | IsAutoAdd () const =0 |
virtual LPCWSTR | GetCommitMessage () const =0 |
Wwise progress dialog interface. This interface is given by AK::Wwise::ISourceControlUtilities. You can use this interface to display a simple progress dialog while performing operations.
![]() | Warning: The functions in this interface are not thread-safe, unless stated otherwise. |
Definition at line 48 of file ISourceControlProgress.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