Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Controls whether a tool Action re-fires (by key repeat) while its shortcut key is held down
| Name | EToolActionKeyRepeatMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolActionSet.h |
| Include Path | #include "InteractiveToolActionSet.h" |
Syntax
enum EToolActionKeyRepeatMode
{
Disabled,
Enabled,
}
Values
| Name | Remarks |
|---|---|
| Disabled | |
| Enabled |