Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/IMovieSceneObjectSpawner.h |
Include | #include "IMovieSceneObjectSpawner.h" |
Syntax
struct FNewSpawnable
Remarks
Struct used for defining a new spawnable type
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FString | Name | The desired name of the new spawnable |
![]() |
UObject * | ObjectTemplate | The archetype object template that defines the spawnable |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FNewSpawnable
(
UObject* InObjectTemplate, |