Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > UMovieScene
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieScene.h |
Include | #include "MovieScene.h" |
Source | /Engine/Source/Runtime/MovieScene/Private/MovieScene.cpp |
void MoveBindingContents
&40;
const FGuid & SourceBindingId,
const FGuid & DestinationBindingId
&41;
Remarks
Move all the contents (tracks, child bindings) of the specified binding ID onto another
Parameters
Name | 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 |