UMovieSceneBindingExtensions::FindTracksByExactType

Find all tracks within a given binding of the specified type, not allowing sub-classed types

Windows
MacOS
Linux

References

Module

SequencerScripting

Header

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

Include

#include "ExtensionLibraries/MovieSceneBindingExtensions.h"

Source

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Sequencer|Sequence",
          Meta=(ScriptMethod, DeterminesOutputType="TrackType"))
static TArray< UMovieSceneTrack * > FindTracksByExactType
(
    const FSequencerBindingProxy & InBinding,
    TSubclassOf< UMovieSceneTrack > TrackType
)

Remarks

Find all tracks within a given binding of the specified type, not allowing sub-classed types

Returns

An array containing any tracks that are exactly the same as the type specified

Parameters

Parameter

Description

InBinding

The binding to find tracks in

TrackType

A UMovieSceneTrack class type specifying the exact types of track to return

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