UMovieScene::AddSpawnable

Add a spawnable to this movie scene's list of owned blueprints.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieScene.h"

Source

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

Syntax

FGuid AddSpawnable
(
    const FString & Name,
    UObject & ObjectTemplate
)

Remarks

Add a spawnable to this movie scene's list of owned blueprints.

These objects are stored as "inners" of the MovieScene.

Returns

Guid of the newly-added spawnable.

Parameters

Parameter

Description

Name

Name of the spawnable.

ObjectTemplate

The object template to use for the spawnable

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