UMetaSoundSource::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

MetasoundEngine

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundSource.h

Include

#include "MetasoundSource.h"

Source

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundSource.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.