IVoice::SetPitchScale

Sets the pitch scale for this voice using linear volume scale.

Windows
MacOS
Linux

References

Module

UnrealAudio

Header

/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioVoice.h

Include

#include "UnrealAudioVoice.h"

Syntax

EVoiceError::Type SetPitchScale
(
    float InPitchScale,
    float InFadeTimeSec
)

Remarks

Sets the pitch scale for this voice using linear volume scale.

Returns

Parameters

Parameter

Description

InPitchScale

Pitch scale to set for this voice.

InFadeTimeSec

The time to scale the pitch to the given pitch scale.

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