Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFade.h |
Include |
#include "Matinee/InterpTrackFade.h" |
class UInterpTrackFade : public UInterpTrackFloatBase
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
bFadeAudio |
True to set master audio volume along with the visual fade. |
|
uint32: 1 |
bPersistFade |
InterpTrackFade |
|
FadeColor |
Color to fade to. |
Name | Description | |
---|---|---|
|
UInterpTrackFade ( |
Name | Description | ||
---|---|---|---|
|
float |
GetFadeAmountAtTime ( |
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. |
|
|
UpdateKeyframe ( |
Changes the value of an existing keyframe. |
|
|
UpdateTrack ( |
Updates the instance of this track based on the new position. |