UE::MovieScene::ECachedEntityManagerState

Signifies whether any caches held for the current cached result are still up to date, or whether they should be updated

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneCachedEntityFilterResult.h

Include

#include "EntitySystem/MovieSceneCachedEntityFilterResult.h"

Syntax

namespace UE
{
    namespace MovieScene
    {
        enum ECachedEntityManagerState
        {
            UpToDate,
            Stale,
        }
    }
}

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss