Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Components > UAudioComponent
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Components/AudioComponent.h |
Include | #include "Components/AudioComponent.h" |
Source | /Engine/Source/Runtime/Engine/Private/Components/AudioComponent.cpp |
void SetWaveParameter
&40;
FName InName,
USoundWave &42; InWave
&41;
Remarks
Sets the parameter matching the name indicated to the provided Wave. Provided for convenience/backward compatibility with SoundCues (The parameter interface supports any object and is up to the system querying it to determine whether it is a valid type).
Parameters
Name | Description |
---|---|
InName | The name of the parameter to assign the wave to. |
InWave | The wave value to set. |