![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PersistentEvaluationData.h>
Public Member Functions | |
| FSharedPersistentDataKey (FMovieSceneSharedDataId InUniqueId, const FMovieSceneEvaluationOperand &InOperand) | |
Public Attributes | |
| FMovieSceneSharedDataId | UniqueId |
| FMovieSceneEvaluationOperand | Operand |
Friends | |
| bool | operator== (const FSharedPersistentDataKey &A, const FSharedPersistentDataKey &B) |
| uint32 | GetTypeHash (const FSharedPersistentDataKey &In) |
A key to a piece of data that is potentially shared between multiple tracks
|
inline |
Construction from a shared data ID, and an operand
|
friend |
|
friend |
| FMovieSceneEvaluationOperand FSharedPersistentDataKey::Operand |
The operand that this key relates to (may be invalid where the data pertains to root tracks)
| FMovieSceneSharedDataId FSharedPersistentDataKey::UniqueId |
The actual shared ID