Files
UnrealEngine/Engine/Plugins/Runtime/Nvidia/Reflex/Reflex.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

27 lines
504 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Reflex",
"Version" : 1,
"VersionName" : "1.6",
"Description" : "NVIDIA Reflex Latency Tracking and Tick Rate Handling",
"Category" : "Performance",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"EnabledByDefault" : false,
"Modules" :
[
{
"Name" : "Reflex",
"Type" : "ClientOnly",
"PlatformAllowList" : [ "Win64" ],
"PlatformArchitectureDenyList" :
[
"Win64:arm64",
"Win64:arm64ec"
]
}
]
}