UInterpTrackHelper

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Matinee

Header

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

Include

#include "InterpTrackHelper.h"

Syntax

class UInterpTrackHelper : public UObject

Constructors

Name Description

Public function

UInterpTrackHelper

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Virtual Const

AActor *

 

GetGroupActor

(
    const UInterpTrack* Track
)

Public function Const

FName

 

GetKeyframeAddDataName()

Returns the name of the new keyframe that has been added, valid while in the process of a rename operation

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.

Constants

Name

Description

KeyframeAddDataName

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