Navigation
API > API/Plugins > API/Plugins/RazerChromaDevices > API/Plugins/RazerChromaDevices/URazerChromaFunctionLibrary
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void SetAllDevicesStaticColor
(
const FColor& ColorToSet, |
Sets the color of every connected Razer Chroma Device to this static color | RazerChromaFunctionLibrary.h | |
static void SetAllDevicesStaticColor
(
const FColor& ColorToSet, |
Sets the color of every connected Razer Chroma Device to this static color | RazerChromaFunctionLibrary.h |
|
SetAllDevicesStaticColor(const FColor &, const ERazerChromaDeviceTypes)
Description
Sets the color of every connected Razer Chroma Device to this static color
| Name | SetAllDevicesStaticColor |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RazerChromaDevices/Source/RazerChromaDevices/Public/RazerChromaFunctionLibrary.h |
| Include Path | #include "RazerChromaFunctionLibrary.h" |
| Source | /Engine/Plugins/Experimental/RazerChromaDevices/Source/RazerChromaDevices/Private/RazerChromaFunctionLibrary.cpp |
static void SetAllDevicesStaticColor
(
const FColor & ColorToSet,
const ERazerChromaDeviceTypes DeviceTypes
)
Parameters
| Name | Remarks |
|---|---|
| ColorToSet | The color to set the devices to |
| DeviceTypes | Which types of razer devices you would like to set the color on if they are available |
SetAllDevicesStaticColor(const FColor &, UPARAM(meta=(Bitmask, BitmaskEnum="/Script/RazerChromaDevices.ERazerChromaDeviceTypes")) const int32)
Description
Sets the color of every connected Razer Chroma Device to this static color
| Name | SetAllDevicesStaticColor |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RazerChromaDevices/Source/RazerChromaDevices/Public/RazerChromaFunctionLibrary.h |
| Include Path | #include "RazerChromaFunctionLibrary.h" |
UFUNCTION (BlueprintCallable, BlueprintCosmetic, Category="Razer Chroma",
Meta=(AutoCreateRefTerm="ColorToSet"))
static void SetAllDevicesStaticColor
(
const FColor & ColorToSet,
UPARAM(meta=(Bitmask, BitmaskEnum="/Script/RazerChromaDevices.ERazerChromaDeviceTypes")) const int32 DeviceTypes
)
Parameters
| Name | Remarks |
|---|---|
| ColorToSet | The color to set the devices to (the alpha channel is not used) |
| DeviceTypes | Which types of razer devices you would like to set the color on if they are available |