FSharedPersistentDataKey

A key to a piece of data that is potentially shared between multiple tracks

Windows
MacOS
Linux

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

Name Description

Public variable

FMovieSceneEval...

 

Operand

The operand that this key relates to (may be invalid where the data pertains to master tracks)

Public variable

FMovieSceneShar...

 

UniqueId

The actual shared ID

Constructors

Name Description

Public function

FSharedPersistentDataKey

(
    FMovieSceneSharedDataId InUniqueId,
    const FMovieSceneEvaluationOperand ...
)

Construction from a shared data ID, and an operand

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss