USoundBase::GetCurveData

Returns curves associated with this sound if it has any.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "Sound/SoundBase.h"

Syntax

virtual UCurveTable * GetCurveData() const

Remarks

Returns curves associated with this sound if it has any. By default returns nullptr, but types supporting curves can return a corresponding curve table.