Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/MovieSceneToolHelpers
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h |
| Include | #include "MovieSceneToolHelpers.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp |
static FString GenerateNewSubsequenceName
(
const TArray < UMovieSceneSection * > & AllSections,
const FString & SubsequencePrefix,
FFrameNumber Time
)
Remarks
Generate a new shot name The new shot name
Parameters
| Name | Description |
|---|---|
| AllSections | All the sections in the given shot track |
| Time | The time to generate the new shot name at |