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::AudioRtpcComponent Class Reference

#include <AudioRtpcComponent.h>

Inherits AZ::Component, and AudioRtpcComponentRequestBus::Handler.

Public Member Functions

 AZ_COMPONENT (AudioRtpcComponent, "{C54C7AE6-08AA-49E0-B6CD-E1BBB4950DAF}")
 
void Activate () override
 
void Deactivate () override
 
 AudioRtpcComponent (const AZStd::string &rtpcName)
 
void SetValue (float value) override
 
void SetRtpcValue (const char *rtpcName, float value) override
 

Static Public Member Functions

static void GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided)
 
static void GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required)
 
static void GetDependentServices (AZ::ComponentDescriptor::DependencyArrayType &dependent)
 
static void GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible)
 
static void Reflect (AZ::ReflectContext *context)
 

Detailed Description

AudioRtpcComponent Allows settings values on ATL Rtpcs (Real-Time Parameter Controls). An Rtpc name can be serialized with the component, or it can be manually specified at runtime for use in scripting.

Member Function Documentation

◆ AZ_COMPONENT()

LmbrCentral::AudioRtpcComponent::AZ_COMPONENT ( AudioRtpcComponent  ,
"{C54C7AE6-08AA-49E0-B6CD-E1BBB4950DAF}"   
)

AZ::Component

◆ SetValue()

void LmbrCentral::AudioRtpcComponent::SetValue ( float  value)
override

AudioRtpcComponentRequestBus::Handler Required Interface


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