MovieSceneToolHelpers::GenerateNewShotName

Generate a new shot name

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h

Include

#include "MovieSceneToolHelpers.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp

Syntax

static FString GenerateNewShotName
(
    const TArray< UMovieSceneSection * > & AllSections,
    FFrameNumber Time
)

Remarks

Generate a new shot name

Returns

The new shot name

Parameters

Parameter

Description

AllSections

All the sections in the given shot track

Time

The time to generate the new shot name at

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss