UMovieSceneBindingOverrides::SetBinding

Overrides the specified binding with the specified objects, optionally still allowing the bindings defined in the sequence.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneBindingOverrides.h"

Source

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

Syntax

void SetBinding
(
    FMovieSceneObjectBindingID Binding,
    const TArray< UObject * > & Objects,
    bool bAllowBindingsFromAsset
)

Remarks

Overrides the specified binding with the specified objects, optionally still allowing the bindings defined in the sequence.

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