![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneEvaluationField.h>
Public Attributes | |
| TWeakObjectPtr< UObject > | EntityOwner |
| uint32 | EntityID = 0 |
A key that uniquely identifies an entity by its owner and ID
|
friend |
|
friend |
|
friend |
| uint32 FMovieSceneEvaluationFieldEntityKey::EntityID = 0 |
The identifer for the entity within the owner. Normally this will be irrelevant (and 0), but may be used to identifier unique entities by index, or flags
| TWeakObjectPtr<UObject> FMovieSceneEvaluationFieldEntityKey::EntityOwner |
The entity owner - either a UMovieSceneSection or perhaps a UMovieSceneTrack. Must implement the IMovieSceneEntityProvider interface