Navigation
API > API/Runtime > API/Runtime/MovieScene
Signifies whether any caches held for the current cached result are still up to date, or whether they should be updated
| Name | UE::MovieScene::ECachedEntityManagerState |
| Type | enum |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneCachedEntityFilterResult.h |
| Include Path | #include "EntitySystem/MovieSceneCachedEntityFilterResult.h" |
Syntax
namespace UE
{
namespace MovieScene
{
enum ECachedEntityManagerState
{
UpToDate,
Stale,
}
}
}
Values
| Name | Remarks |
|---|---|
| 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 |