Navigation
API > API/Plugins > API/Plugins/LevelSequenceEditor > API/Plugins/LevelSequenceEditor/ULevelSequenceEditorSubsystem
Description
Copy bindings The copied bindings will be saved to the clipboard as well as assigned to the ExportedText string. The ExportedTest string can be used in conjunction with PasteBindings if, for example, pasting copy/pasting multiple bindings without relying on a single clipboard.
| Name | CopyBindings |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Public/LevelSequenceEditorSubsystem.h |
| Include Path | #include "LevelSequenceEditorSubsystem.h" |
| Source | /Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="Level Sequence Editor")
void CopyBindings
(
const TArray < FMovieSceneBindingProxy > & Bindings,
FString & ExportedText
)