UMovieSceneTrackExtensions::GetSectionToKey

Get the section to key for this track

Windows
MacOS
Linux

References

Module

SequencerScripting

Header

/Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScripting/Public/ExtensionLibraries/MovieSceneTrackExtensions.h

Include

#include "ExtensionLibraries/MovieSceneTrackExtensions.h"

Source

/Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScripting/Private/ExtensionLibraries/MovieSceneTrackExtensions.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Sequencer|Track", Meta=(ScriptMethod, DevelopmentOnly))
static UMovieSceneSection * GetSectionToKey
(
    UMovieSceneTrack * Track
)

Remarks

Get the section to key for this track

Returns

The section to key for the requested track

Parameters

Parameter

Description

Track

The track to get the section to key for

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