UMatineeTrackAnimControlHelper

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UInterpTrackHelper

UMatineeTrackAnimControlHelper

References

Module

Matinee

Header

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

Include

#include "MatineeTrackAnimControlHelper.h"

Syntax

class UMatineeTrackAnimControlHelper : public UInterpTrackHelper

Constructors

Name Description

Public function

UMatineeTrackAnimControlHelper

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

void

 

OnAddKeyTextEntry

(
    const FAssetData& AssetData,
    IMatineeBase* Matinee,
    UInterpTrack* Track
)

Public function

void

 

OnCreateTrackTextEntry

(
    const FString& ChosenText,
    TSharedRef< SWindow > Window,
    FString* OutputString
)

Overridden from UInterpTrackHelper

Name Description

Public function Virtual Const

void

 

PostCreateKeyframe

(
    UInterpTrack* Track,
    int32 KeyIndex
)

Uses the key-specific data object from PreCreateKeyframe to initialize the newly added key.

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

 

PreCreateKeyframe

(
    UInterpTrack* Track,
    float KeyTime
)

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

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