FMovieSceneSpawnRegister::FindSpawnedObject

Attempt to find a previously spawned object represented by the specified object and template IDs

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneSpawnRegister.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneSpawnRegister.cpp

Syntax

TWeakObjectPtr FindSpawnedObject
(
    const FGuid & BindingId,
    FMovieSceneSequenceIDRef TemplateID
) const

Remarks

Attempt to find a previously spawned object represented by the specified object and template IDs

Returns

The spawned object if found; nullptr otherwise.

Parameters

Parameter

Description

BindingId

ID of the object to find

TemplateID

Unique ID of the template to look within

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