Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > IMovieScenePlayer
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/IMovieScenePlayer.h |
Include | #include "IMovieScenePlayer.h" |
FGuid FindObjectId
&40;
UObject & InObject,
FMovieSceneSequenceIDRef SequenceID
&41;
Remarks
- Attempt to find the object binding ID for the specified object, in the specified sequence
-
Will forcably resolve all out-of-date object mappings in the sequence The guid of the object's binding, or zero guid if it was not found
Parameters
Name | Description |
---|---|
InObject | The object to find a GUID for |
SequenceID | The sequence ID to search within |