FActiveSound::GetWaveParameter

Try and find an Instance Parameter with the given name and if we find it return the [USoundWave](API\Runtime\Engine\Sound\USoundWave) value.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ActiveSound.h

Include

#include "ActiveSound.h"

Source

/Engine/Source/Runtime/Engine/Private/ActiveSound.cpp

Syntax

bool GetWaveParameter
(
    const FName InName,
    USoundWave *& OutWave
) const

Remarks

Try and find an Instance Parameter with the given name and if we find it return the USoundWave value.

Returns

true if USoundWave for parameter was found, otherwise false

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss