UMatineeTrackLinearColorPropHelper

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Matinee

Header

/Engine/Source/Editor/Matinee/Classes/MatineeTrackLinearColorPropHelper.h

Include

#include "MatineeTrackLinearColorPropHelper.h"

Syntax

class UMatineeTrackLinearColorPropHelper : public UMatineeTrackVectorPropHelper

Constructors

Name Description

Public function

UMatineeTrackLinearColorPropHelper

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UInterpTrackHelper

Name Description

Public function Virtual Const

void

 

PostCreateTrack

(
    UInterpTrack* Track,
    bool bDuplicatingTrack,
    int32 TrackIndex
)

Uses the track-specific data object from PreCreateTrack to initialize the newly added Track.

Public function Virtual Const

bool

 

PreCreateTrack

(
    UInterpGroup* Group,
    const UInterpTrack* TrackDef,
    bool bDuplicatingTrack,
    bool bAllowPrompts
)

Checks track-dependent criteria prior to adding a new track.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss