Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneEvaluationState
Description
Gets the current activation on the provided binding. If no binding lifetime track is present, true will be returned.
| Name | GetBindingActivation |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationState.h |
| Include Path | #include "Evaluation/MovieSceneEvaluationState.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieSceneEvaluationState.cpp |
bool GetBindingActivation
(
const FGuid & InGuid,
FMovieSceneSequenceIDRef InSequenceID
) const
Parameters
| Name | Remarks |
|---|---|
| InGuid | The object binding ID |
| InSequenceID | The sequence ID to which the object binding belongs |