Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > IMovieSceneObjectSpawner
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/IMovieSceneObjectSpawner.h |
Include | #include "IMovieSceneObjectSpawner.h" |
virtual bool CanSetupDefaultsForSpawnable
&40;
UObject &42; SpawnedObject
&41; const
Remarks
Whether this spawner can set up defaults whether this spawned can set up defaults
Parameters
Name | Description |
---|---|
SpawnedObject | The newly spawned object. This may be NULL in the case of a spawnable that has not yet been spawned. |