Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UAudioComponent
Syntax
TArray< FAudioParameter > InstanceParameters
Remarks
Array of transient parameters for this AudioComponent instance. Not serialized and can be set by code or BP. Changes to this array directly will not be forwarded to the sound if the component is actively playing. This should be done via the 'SetParameterX' calls implemented by the ISoundParameterControllerInterface. Instance parameter values superseded the parameters set by the actor interface & the component's default parameters.