Navigation
API > API/Plugins > API/Plugins/RazerChromaDevices > API/Plugins/RazerChromaDevices/URazerChromaFunctionLibrary
Description
Returns true if the Razer Chroma runtime libraries are currently available.
This will be false on any machines that do not have Razer Chroma installed on them, and thus cannot set any Razer Chroma effects.
| Name | IsChromaRuntimeAvailable |
| 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 |
UFUNCTION (BlueprintCallable, BlueprintPure, BlueprintCosmetic, Category="Razer Chroma")
static bool IsChromaRuntimeAvailable()