Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PersistentEvaluationData.h |
| Include | #include "Evaluation/PersistentEvaluationData.h" |
Syntax
struct FSharedPersistentDataKey
Remarks
A key to a piece of data that is potentially shared between multiple tracks
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneEvaluationOperand | Operand | The operand that this key relates to (may be invalid where the data pertains to root tracks) | |
| FMovieSceneSharedDataId | UniqueId | The actual shared ID |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSharedPersistentDataKey
(
FMovieSceneSharedDataId InUniqueId, |
Construction from a shared data ID, and an operand |