Navigation
API > API/Runtime > API/Runtime/Slate
Enum controlling whether a given UI action can be repeated if the chord used to call it is held down
| Name | EUIActionRepeatMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Commands/UIAction.h |
| Include Path | #include "Framework/Commands/UIAction.h" |
Syntax
enum EUIActionRepeatMode
{
RepeatDisabled,
RepeatEnabled,
}
Values
| Name | Remarks |
|---|---|
| RepeatDisabled | |
| RepeatEnabled |