Version:

Audio RTPC Component

The Audio RTPC component provides basic Real-Time Parameter Control (RTPC) functionality. An RTPC is a named variable that the audio system can interpret in many different ways. It allows game developers to set the value from the game at run time to produce real-time tweaking of sounds.

Audio Rtpc component

Audio RTPC Component Properties

NameDescriptionDefault
Default RtpcEnter the name of the audio RTPC to use by default. You can associate any RTPC name with the entity, typically one that is meant to affect a particular trigger.<Empty>

EBus Request Bus Interface

Use the following request functions with the EBus interface to communicate with other components of your game.

For more information about using the Event Bus (EBus) interface, see Working with the Event Bus (EBus) system.

NameDescriptionParametersReturnScriptable
SetValueSets the value of the default RTPC.value - Float value of the RTPCNoneYes
SetRtpcValueSets the value of the specified RTPC.rtpcName - Name of the RTPC to set; value - Float value to setNoneYes