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