Open 3D Engine LmbrCentral Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
LmbrCentral::AudioRtpcComponentRequests Class Referenceabstract

#include <AudioRtpcComponentBus.h>

Inherits AZ::ComponentBus.

Public Member Functions

virtual void SetValue (float value)=0
 Set the Rtpc Value, uses a serialized Rtpc name.
 
virtual void SetRtpcValue (const char *rtpcName, float value)=0
 Set the Rtpc Value, specify an Rtpc name at runtime (i.e. script).
 

Detailed Description

AudioRtpcComponentRequests EBus Interface Messages serviced by AudioRtpcComponents. Rtpc = Real-Time Parameter Control See AudioRtpcComponent for details.


The documentation for this class was generated from the following file: