UMovieSceneSequence::FindBindingsByTag

Find all object binding IDs associated with the specified tag name (set up through RMB->Expose on Object bindings from within sequencer)

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneSequence.h

Include

#include "MovieSceneSequence.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneSequence.cpp

Syntax

const TArray< FMovieSceneObjectBindingID > & FindBindingsByTag
(
    FName InBindingName
) const

Remarks

Find all object binding IDs associated with the specified tag name (set up through RMB->Expose on Object bindings from within sequencer)

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