Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneCachedEntityFilterResult.h |
| Include | #include "EntitySystem/MovieSceneCachedEntityFilterResult.h" |
Syntax
namespace UE
{
namespace MovieScene
{
enum ECachedEntityManagerState
&123;
UpToDate,
Stale,
&125;
}
}
Values
| Name | Description |
|---|---|
| UpToDate | The structure of the entity manager has not changed since it was last cached |
| Stale | The structure of the entity manager has changed since it was last cached and any caches must be re-generated |
Remarks
Signifies whether any caches held for the current cached result are still up to date, or whether they should be updated