EPlaybackMode::Type

Unreal Engine C++ API Reference > Editor > EditorWidgets

References

   
Module EditorWidgets
Header /Engine/Source/Editor/EditorWidgets/Public/ITransportControl.h
Include #include "ITransportControl.h"

Syntax

namespace EPlaybackMode  
{  
    enum Type  
    {  
        Stopped,  
        PlayingForward,  
        PlayingReverse,  
    }  
}  

Values

Name Description
Stopped  
PlayingForward  
PlayingReverse  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library