Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USoundBase
Description
Returns curves associated with this sound if it has any. By default returns nullptr, but types supporting curves can return a corresponding curve table.
Derived Overrides
| Name | GetCurveData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundBase.h |
| Include Path | #include "Sound/SoundBase.h" |
virtual UCurveTable * GetCurveData() const