Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationOperand.h |
Include | #include "Evaluation/MovieSceneEvaluationOperand.h" |
Syntax
USTRUCT ()
struct FMovieSceneEvaluationOperand
Remarks
Structure that describes an object that is to be animated. Used as an abstraction of the actual objects bound to object bindings.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FGuid | ObjectBindingID | A GUID relating to either a posessable, or a spawnable binding |
![]() ![]() |
FMovieSceneSequenceID | SequenceID | The ID of the sequence within which the object binding resides |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default Construction | ||
![]() |
FMovieSceneEvaluationOperand
(
FMovieSceneSequenceIDRef InSequenceID, |
Construction from a sequence ID and an object binding ID |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | IsValid () |
Check if this operand actually references anything in the sequence |