IMovieScenePlayer::FindCachedObjectId

Attempt to find the object binding ID for the specified object, in the specified sequence @note Does not clear the existing cache

Choose your operating system:

Windows

macOS

Linux

References

Module

MovieScene

Header

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

Include

#include "IMovieScenePlayer.h"

Syntax

FGuid FindCachedObjectId
(
    UObject & InObject,
    FMovieSceneSequenceIDRef SequenceID
)

Remarks

Attempt to find the object binding ID for the specified object, in the specified sequence @note Does not clear the existing cache

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