UE::MovieScene::EEntityThreadingModel

Enumeration that defines a threading model for this entity manager

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieSceneEntityManager.h"

Syntax

namespace UE
{
    namespace MovieScene
    {
        enum EEntityThreadingModel
        {
            NoThreading,
            TaskGraph,
        }
    }
}

Values

Name

Description

NoThreading

Specified when the data contained within an entity manager does not satisfy the requirements to justify using threaded evaluation

TaskGraph

Specified when the data contained within an entity manager is large or complex enough to justify threaded evaluation

Remarks

Enumeration that defines a threading model for this entity manager

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