Navigation
API > API/Plugins > API/Plugins/RazerChromaDevices
Bitmask options for Razer Chroma device types.
| Name | ERazerChromaDeviceTypes |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/RazerChromaDevices/Source/RazerChromaDevices/Public/RazerChromaDevicesDeveloperSettings.h |
| Include Path | #include "RazerChromaDevicesDeveloperSettings.h" |
Syntax
enum ERazerChromaDeviceTypes
{
None = 0x0000 UMETA(Hidden),
Keyboards = 0x0001,
Mice = 0x0002,
Headset = 0x0004,
Mousepads = 0x0008,
Keypads = 0x0010,
ChromaLink = 0x0020,
All = (Keyboards | Mice | Headset | Mousepads | Keypads | ChromaLink) UMETA(Hidden),
}
Values
| Name | Remarks |
|---|---|
| None | |
| Keyboards | |
| Mice | |
| Headset | |
| Mousepads | |
| Keypads | |
| ChromaLink | |
| All |