Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/IMovieSceneObjectSpawner
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/IMovieSceneObjectSpawner.h |
Include | #include "IMovieSceneObjectSpawner.h" |
virtual void SetupDefaultsForSpawnable
(
UObject * SpawnedObject,
const FGuid & Guid,
const TOptional < FTransformData > & TransformData,
TSharedRef< ISequencer > Sequencer,
USequencerSettings * Settings
)
Remarks
Setup a new spawnable object with some default tracks and keys
Parameters
Name | Description |
---|---|
SpawnedObject | The newly spawned object. This may be NULL in the case of a spawnable that has not yet neen spawned. |
Guid | The ID of the spawnable to setup defaults for |
TransformData | The transform of the object to be spawned. This will usually be valid in the case of converting a possessable to a spawnable. |
Sequencer | The sequencer this spawnable was just created by |
Settings | The settings for this sequencer |