Navigation
Unreal Engine C++ API Reference > 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
&40;
UObject & Object,
UObject &42; Context
&41; 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) |