Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneBindingReferences
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneBindingReferences.h |
| Include | #include "MovieSceneBindingReferences.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneBindingReferences.cpp |
FGuid FindBindingFromObject
(
UObject * InObject,
UObject * InContext
) const
Remarks
Resolve a binding for the specified ID using a given context
Parameters
| Name | Description |
|---|---|
| ObjectId | The ID to associate the object with |
| InContext | A context in which InObject resides @oaram StreamedLevelAssetPath The path to the streamed level asset that contains the level sequence actor playing back the sequence. 'None' for any non-instance-level setups. |
| OutObjects | Array to populate with resolved object bindings |