Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
FKeyDetails Namespace Reference

Enumerations

enum  EKeyFlags {
  GamepadKey = 0x1 , MouseButton = 0x2 , ModifierKey = 0x4 , NotBlueprintBindableKey = 0x8 ,
  FloatAxis = 0x10 , VectorAxis = 0x20 , NoFlags = 0x0
}
 
enum  EInputAxisType { None = 0x0 , Float = 0x1 , Vector = 0x2 }
 

Enumeration Type Documentation

◆ EInputAxisType

Enumerator
None 
Float 
Vector 

Definition at line 7314 of file Enums.h.

◆ EKeyFlags

Enumerator
GamepadKey 
MouseButton 
ModifierKey 
NotBlueprintBindableKey 
FloatAxis 
VectorAxis 
NoFlags 

Definition at line 6560 of file Enums.h.