IMovieScenePlayer::FindObjectId

Attempt to find the object binding ID for the specified object, in the specified sequence @note Will forcably resolve all out-of-date object mappings in the sequence

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "IMovieScenePlayer.h"

Syntax

FGuid FindObjectId
(
    UObject & InObject,
    FMovieSceneSequenceIDRef SequenceID
)

Remarks

Attempt to find the object binding ID for the specified object, in the specified sequence @note Will forcably resolve all out-of-date object mappings in the sequence

Returns

The guid of the object's binding, or zero guid if it was not found

Parameters

Parameter

Description

InObject

The object to find a GUID for

SequenceID

The sequence ID to search 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