Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackAudioMaster.h |
Include |
#include "Matinee/InterpTrackAudioMaster.h" |
class UInterpTrackAudioMaster : public UInterpTrackVectorBase
Name | Description | |
---|---|---|
|
UInterpTrackAudioMaster ( |
Name | Description | ||
---|---|---|---|
|
float |
GetPitchScaleForTime ( |
Return the sound pitch scale for the specified time |
|
float |
GetVolumeScaleForTime ( |
Return the sound volume scale for the specified time |
Name | Description | ||
---|---|---|---|
|
AddKeyframe ( |
Adds a keyframe at the given time to the track. |
|
|
UTexture2D &... |
GetTrackIcon() |
|
|
PreviewUpdateTrack ( |
Updates the instance of this track based on the new position. This is for editor preview. |
|
|
SetTrackToSensibleDefault() |
Set this track to sensible default values. Called when track is first created. |
|
|
UpdateKeyframe ( |
Changes the value of an existing keyframe. |
|
|
UpdateTrack ( |
Updates the instance of this track based on the new position. |