Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/UMovieSceneSequence
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSequence.h |
| Include | #include "MovieSceneSequence.h" |
virtual FGuid FindBindingFromObject
(
UObject * InObject,
UObject * Context
) const
Remarks
Optional method for efficient lookup of an object binding from an actual object in the world The object's guid, or zero guid if the object is not a valid possessable in the current context
Parameters
| Name | Description |
|---|---|
| ObjectId | The unique identifier of the object. |
| Context | Optional context to use to find the required object (for instance, a parent spawnable object or its world) |