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" |
Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneSequence.cpp |
FGuid FindPossessableObjectId
(
UObject & Object,
UObject * Context
) const
Remarks
Attempt to find the guid relating to the specified object 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) |