Navigation
API > API/Runtime > API/Runtime/MovieScene
A key that uniquely identifies an entity by its owner and ID
| Name | FMovieSceneEvaluationFieldEntityKey |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationField.h |
| Include Path | #include "Evaluation/MovieSceneEvaluationField.h" |
Syntax
USTRUCT ()
struct FMovieSceneEvaluationFieldEntityKey
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EntityID | uint32 | The identifer for the entity within the owner. | Evaluation/MovieSceneEvaluationField.h | |
| EntityOwner | TWeakObjectPtr< UObject > | The entity owner - either a UMovieSceneSection or perhaps a UMovieSceneTrack. | Evaluation/MovieSceneEvaluationField.h |