UE::MotionTrailEditor::ETrailCacheState

Windows
MacOS
Linux

References

Module

MotionTrailEditorMode

Header

/Engine/Plugins/Experimental/MotionTrailEditorMode/Source/MotionTrailEditorMode/Public/Trail.h

Include

#include "Trail.h"

Syntax

namespace UE
{
    namespace MotionTrailEditor
    {
        enum ETrailCacheState
        {
            UpToDate      = 2,
            Stale         = 1,
            Dead          = 0,
            NotUpdated    = 3,
        }
    }
}

Values

Name

Description

UpToDate

Stale

Dead

NotUpdated

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