UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNewSpawnable Struct Reference

#include <IMovieSceneObjectSpawner.h>

Public Member Functions

 FNewSpawnable ()
 
 FNewSpawnable (UObject *InObjectTemplate, FString InName)
 

Public Attributes

UObjectObjectTemplate
 
FString Name
 

Detailed Description

Struct used for defining a new spawnable type

Constructor & Destructor Documentation

◆ FNewSpawnable() [1/2]

FNewSpawnable::FNewSpawnable ( )
inline

◆ FNewSpawnable() [2/2]

FNewSpawnable::FNewSpawnable ( UObject InObjectTemplate,
FString  InName 
)
inline

Member Data Documentation

◆ Name

FString FNewSpawnable::Name

The desired name of the new spawnable

◆ ObjectTemplate

UObject* FNewSpawnable::ObjectTemplate

The archetype object template that defines the spawnable


The documentation for this struct was generated from the following file: