Files
UnrealEngine/Engine/Plugins/Experimental/RazerChromaDevices/RazerChromaDevices.uplugin
2025-05-18 13:04:45 +08:00

26 lines
620 B
Plaintext

{
"FileVersion": 3,
"FriendlyName": "Razer Chroma Devices",
"Version": 1,
"VersionName": "1.0",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"Description": "Provides some functionality to set Razer Chroma effects at runtime.",
"Category": "Peripherals",
"EnabledByDefault": false,
"IsBetaVersion": true,
"CanContainContent": true,
"RequiresBuildPlatform": false,
"Modules": [
{
"Name": "RazerChromaDevices",
"Type": "ClientOnlyNoCommandlet",
"LoadingPhase": "Default"
},
{
"Name": "RazerChromaEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}