Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MovieScene/Public/IMovieScenePlayer.h |
Include |
#include "IMovieScenePlayer.h" |
FGuid FindCachedObjectId
(
UObject & InObject,
FMovieSceneSequenceIDRef SequenceID
)
Attempt to find the object binding ID for the specified object, in the specified sequence @note Does not clear the existing cache
The guid of the object's binding, or zero guid if it was not found
Parameter |
Description |
---|---|
InObject |
The object to find a GUID for |
SequenceID |
The sequence ID to search within |