Navigation
API > API/Plugins > API/Plugins/LevelSequenceEditor > API/Plugins/LevelSequenceEditor/ULevelSequenceEditorSubsystem
Description
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.
| Name | CopySections |
| 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 CopySections
(
const TArray < UMovieSceneSection * > & Sections,
FString & ExportedText
)