ALevelSequenceActor::SetBinding

Overrides the specified binding with the specified actors, optionally still allowing the bindings defined in the Level Sequence asset

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

void SetBinding
(
    FMovieSceneObjectBindingID Binding,
    const TArray< AActor * > & Actors,
    bool bAllowBindingsFromAsset
)

Remarks

Overrides the specified binding with the specified actors, optionally still allowing the bindings defined in the Level Sequence asset

Parameters

Parameter

Description

Binding

Binding to modify

Actors

Actors to bind

bAllowBindingsFromAsset

Allow bindings from the level sequence asset

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