UMatineeTrackBoolPropHelper

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Matinee

Header

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

Include

#include "MatineeTrackBoolPropHelper.h"

Syntax

class UMatineeTrackBoolPropHelper : public UInterpTrackHelper

Constructors

Name Description

Public function

UMatineeTrackBoolPropHelper

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

void

 

OnCreateTrackTextEntry

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

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