Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UAudioComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/AudioComponent.h |
| Include | #include "Components/AudioComponent.h" |
UFUNCTION (BlueprintPure, Category="Audio|Components|Audio", DisplayName="Get Modulators")
UPARAM
(
DisplayName
) const
Remarks
Gets the set of currently active modulators for a given Modulation Destination. The set of of Modulators applied to this component for the given Destination.
Parameters
| Name | Description |
|---|---|
| Destination | The Destination to retrieve the Modulators from. |