Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneEvaluationState
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< TWeakObjectPtr<> > FindBoundObjects
(
const FMovieSceneEvaluationOperand& Operand, |
Locate objects bound to the specified sequence operand | Evaluation/MovieSceneEvaluationState.h | |
TArrayView< TWeakObjectPtr<> > FindBoundObjects
(
const FGuid& ObjectBindingID, |
Locate objects bound to the specified object guid, in the specified sequence | Evaluation/MovieSceneEvaluationState.h |
FindBoundObjects(const FMovieSceneEvaluationOperand &, TSharedRef< const FSharedPlaybackState >)
Description
- Locate objects bound to the specified sequence operand
-
Objects lists are cached internally until they are invalidate.
| Name | FindBoundObjects |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationState.h |
| Include Path | #include "Evaluation/MovieSceneEvaluationState.h" |
TArrayView < TWeakObjectPtr <> > FindBoundObjects
(
const FMovieSceneEvaluationOperand & Operand,
TSharedRef < const FSharedPlaybackState > SharedPlaybackState
)
Iterable list of weak object pointers pertaining to the specified GUID
Parameters
| Name | Remarks |
|---|---|
| Operand | The movie scene operand to resolve |
FindBoundObjects(const FGuid &, FMovieSceneSequenceIDRef, TSharedRef< const FSharedPlaybackState >)
Description
- Locate objects bound to the specified object guid, in the specified sequence
-
Objects lists are cached internally until they are invalidate.
| Name | FindBoundObjects |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationState.h |
| Include Path | #include "Evaluation/MovieSceneEvaluationState.h" |
TArrayView < TWeakObjectPtr <> > FindBoundObjects
(
const FGuid & ObjectBindingID,
FMovieSceneSequenceIDRef SequenceID,
TSharedRef < const FSharedPlaybackState > SharedPlaybackState
)
Iterable list of weak object pointers pertaining to the specified GUID
Parameters
| Name | Remarks |
|---|---|
| ObjectBindingID | The object to resolve |
| SequenceID | ID of the sequence to resolve for |