ESoundModulatorCurve

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

AudioModulation

Header

/Engine/Plugins/Runtime/AudioModulation/Source/AudioModulation/Public/SoundModulationTransform.h

Include

#include "SoundModulationTransform.h"

Syntax

enum ESoundModulatorCurve
{
    Linear,
    Exp,
    Exp_Inverse,
    Log,
    Sin,
    SCurve,
    Shared,
    Custom,
    Count,
}

Values

Name

Description

Linear

Expressions.

Exp

Exp_Inverse

Log

Sin

SCurve

Shared

Reference a shared curve asset.

Custom

Design a custom curve unique to the owning transform.

Count

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

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