FBoolPropertyTrackEditor

A property track editor for Booleans.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h

Include

#include "TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h"

Syntax

class FBoolPropertyTrackEditor : public FPropertyTrackEditor< UMovieSceneBoolTrack >

Remarks

A property track editor for Booleans.

Constructors

Name Description

Public function

FBoolPropertyTrackEditor

(
    TSharedRef< ISequencer > InSequence...
)

Constructor.

Functions

Name Description

Public function Static

TSharedRef< ...

 

CreateTrackEditor

(
    TSharedRef< ISequencer > OwningSequ...
)

Creates an instance of this class (called by a sequencer).

Public function Static

TArray< FAni...

 

GetAnimatedPropertyTypes()

Retrieve a list of all property types that this track editor animates

Overridden from FPropertyTrackEditor

Name Description

Protected function Virtual

void

 

GenerateKeysFromPropertyChanged

(
    const FPropertyChangedParams& Prop...,
    UMovieSceneSection* SectionToK...,
    FGeneratedTrackKeys& OutGeneratedK...
)

Generates keys based on the new value from the property property change parameters.

Overridden from ISequencerTrackEditor

Name Description

Protected function Virtual

TSharedRef< ...

 

MakeSectionInterface

(
    UMovieSceneSection& SectionObject,
    UMovieSceneTrack& Track,
    FGuid ObjectBinding
)

Called to generate a section layout for a particular section.

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