Navigation
API > API/Runtime > API/Runtime/LevelSequence > API/Runtime/LevelSequence/ALevelSequenceActor
References
| Module | LevelSequence |
| Header | /Engine/Source/Runtime/LevelSequence/Public/LevelSequenceActor.h |
| Include | #include "LevelSequenceActor.h" |
| Source | /Engine/Source/Runtime/LevelSequence/Private/LevelSequenceActor.cpp |
const TArray< FMovieSceneObjectBindingID > & FindNamedBindings
&40;
FName Tag
&41; const
Remarks
Retrieve all the bindings that have been tagged with the specified name An array containing all the bindings that are tagged with this name, potentially empty.
Parameters
| Name | 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. |