ETimelineDirection::Type

Does timeline play or reverse ?

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/TimelineComponent.h

Include

#include "Components/TimelineComponent.h"

Syntax

namespace ETimelineDirection
{
    enum Type
    {
        Forward,
        Backward,
    }
}

Values

Name

Description

Forward

Backward

Remarks

Does timeline play or reverse ?

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