MovieSceneHelpers::MakeUniqueSpawnableName

Return a name unique to the spawnable names in the given movie scene

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h

Include

#include "MovieSceneCommonHelpers.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp

Syntax

static FString MakeUniqueSpawnableName
(
    UMovieScene * InMovieScene,
    const FString & InName
)

Remarks

Return a name unique to the spawnable names in the given movie scene

Returns

The unique name

Parameters

Parameter

Description

InMovieScene

The movie scene to look for existing spawnables.

InName

The requested name to make unique.

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