UMovieScene::MoveBindingContents

Move all the contents (tracks, child bindings) of the specified binding ID onto 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 MoveBindingContents
(
    const FGuid & SourceBindingId,
    const FGuid & DestinationBindingId
)

Remarks

Move all the contents (tracks, child bindings) of the specified binding ID onto another

Parameters

Parameter

Description

SourceBindingId

The identifier of the binding ID to move all tracks and children from

DestinationBindingId

The identifier of the binding ID to move the contents to

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