Navigation
API > API/Plugins > API/Plugins/LevelSequenceEditor > API/Plugins/LevelSequenceEditor/ULevelSequenceEditorSubsystem
References
| Module | LevelSequenceEditor |
| Header | /Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Public/LevelSequenceEditorSubsystem.h |
| Include | #include "LevelSequenceEditorSubsystem.h" |
| Source | /Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="Level Sequence Editor")
void CopySections
(
const TArray < UMovieSceneSection * > & Sections,
FString & ExportedText
)
Remarks
Copy sections The copied sections will be saved to the clipboard as well as assigned to the ExportedText string. The ExportedTest string can be used in conjunction with PasteSections if, for example, pasting copy/pasting multiple sections without relying on a single clipboard.