ALevelSequenceActor::FindNamedBindings

Retrieve all the bindings that have been tagged with the specified name

Windows
MacOS
Linux

References

Module

LevelSequence

Header

/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceActor.h

Include

#include "LevelSequenceActor.h"

Source

/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceActor.cpp

Syntax

const TArray< FMovieSceneObjectBindingID > & FindNamedBindings
(
    FName Tag
) const

Remarks

Retrieve all the bindings that have been tagged with the specified name

Returns

An array containing all the bindings that are tagged with this name, potentially empty.

Parameters

Parameter

Description

Tag

The unique tag name to lookup bindings with. Object Bindings can be tagged within the sequence UI by RMB -> Tags... on the object binding in the tree.

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