UMovieScene::ReplaceBinding

Replace an existing binding with another.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieScene.h"

Source

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

Syntax

void ReplaceBinding
(
    const FGuid & BindingToReplaceGuid,
    const FMovieSceneBinding & NewBinding
)

Remarks

Replace an existing binding with another. Assumes ownership of any tracks listed in the binding. Does nothing if no binding can be found.

Parameters

Parameter

Description

BindingToReplaceGuid

Binding Guid that should be replaced

NewBinding

Binding Data that should replace the original one specified by BindingToReplaceGuid.

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