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

Choose your operating system:

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