Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Audio
Inheritance Hierarchy
- IInterface
- IActorSoundParameterInterface
- UAudioParameterComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Audio/ActorSoundParameterInterface.h |
| Include | #include "Audio/ActorSoundParameterInterface.h" |
Syntax
class IActorSoundParameterInterface : public IInterface
Remarks
Interface used to allow an actor to automatically populate any sounds with parameters
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetActorSoundParams
(
TArray< FAudioParameter >& Params |
Overrides logic for gathering AudioParameters to set by default when an AudioComponent/ActiveSound plays with a given actor as its Owner. | |
| void | GetActorSoundParams_Implementation
(
TArray< FAudioParameter >& Params |