Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/IMovieScenePlayer
Description
- Attempt to find the object binding ID for the specified object, in the specified sequence
-
Does not clear the existing cache
| Name | FindCachedObjectId |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/IMovieScenePlayer.h |
| Include Path | #include "IMovieScenePlayer.h" |
FGuid FindCachedObjectId
(
UObject & InObject,
FMovieSceneSequenceIDRef SequenceID
)
The guid of the object's binding, or zero guid if it was not found
Parameters
| Name | Remarks |
|---|---|
| InObject | The object to find a GUID for |
| SequenceID | The sequence ID to search within |