IMovieSceneObjectSpawner::CanSetupDefaultsForSpawnable

Whether this spawner can set up defaults

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "IMovieSceneObjectSpawner.h"

Syntax

virtual bool CanSetupDefaultsForSpawnable
(
    UObject * SpawnedObject
) const

Remarks

Whether this spawner can set up defaults

Returns

whether this spawned can set up defaults

Parameters

Parameter

Description

SpawnedObject

The newly spawned object. This may be NULL in the case of a spawnable that has not yet been spawned.

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