Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
| |
|
| Name |
UE::Editor::ViewportInteractions::EInputStage |
| Type |
enum |
| Header File |
/Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/ViewportInteractions/ViewportInteractionBindings.h |
| Include Path |
#include "ViewportInteractions/ViewportInteractionBindings.h" |
Syntax
namespace UE
{
namespace Editor
{
namespace ViewportInteractions
{
enum EInputStage
{
Start,
Continue,
}
}
}
}
Values
| Name |
Remarks |
| Start |
Where the behavior has not yet started. |
| Continue |
Where the behavior has started and needs to validate that it can continue. |