UInterpTrackFade

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFade.h

Include

#include "Matinee/InterpTrackFade.h"

Syntax

class UInterpTrackFade : public UInterpTrackFloatBase

Variables

Name Description

Public variable

uint32: 1

 

bFadeAudio

True to set master audio volume along with the visual fade.

Public variable

uint32: 1

 

bPersistFade

InterpTrackFade

Public variable

FLinearColor

 

FadeColor

Color to fade to.

Constructors

Name Description

Public function

UInterpTrackFade

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

float

 

GetFadeAmountAtTime

(
    float Time
)

Overridden from UInterpTrack

Name Description

Public function Virtual

int32

 

AddKeyframe

(
    float Time,
    UInterpTrackInst* TrInst,
    EInterpCurveMode InitInterpMode
)

Adds a keyframe at the given time to the track.

Public function Virtual Const

UTexture2D &...

 

GetTrackIcon()

Public function Virtual

void

 

PreviewUpdateTrack

(
    float NewPosition,
    UInterpTrackInst* TrInst
)

Updates the instance of this track based on the new position. This is for editor preview.

Public function Virtual

void

 

UpdateKeyframe

(
    int32 KeyIndex,
    UInterpTrackInst* TrInst
)

Changes the value of an existing keyframe.

Public function Virtual

void

 

UpdateTrack

(
    float NewPosition,
    UInterpTrackInst* TrInst,
    bool bJump
)

Updates the instance of this track based on the new position.