USoundBase::InitParameters

Called from the Game Thread prior to attempting to pass parameters to the ParameterTransmitter.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

USoundBase::InitParameters()

UMetaSoundSource::InitParameters()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundBase.h

Include

#include "Sound/SoundBase.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundBase.cpp

Syntax

virtual void InitParameters
(
    TArray< FAudioParameter > & InParametersToInit,
    FName InFeatureName
)

Remarks

Called from the Game Thread prior to attempting to pass parameters to the ParameterTransmitter.