Version

    Other Documentation

menu_open
Wwise SDK 2021.1.14
Quick Start Sample Integration - States

State Example

The following code shows how you can set the current state for a given state group:

AK::SoundEngine::SetState( AK::STATES::PLAYERHEALTH::GROUP, AK::STATES::PLAYERHEALTH::STATE::NORMAL );

The AK::SoundEngine::SetState() method also accepts strings (Unicode or Ansi) instead of IDs. In this case, you would specify the names of the State Group and State, as defined by the Wwise user:

AK::SoundEngine::SetState( L"PlayerHealth", L"Normal" );

In the sample application, you can change the current state for the PlayerHealth state group by using the corresponding dropdown list in the General section of the dialog.

Refer to Integration Details - States for more information.

Note: This sample code comes from the Sound Engine Integration Sample Project available in the Samples section. Refer to Integration Demo Sample for more information.
AKSOUNDENGINE_API AKRESULT SetState(AkStateGroupID in_stateGroup, AkStateID in_state)

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