You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Control Rig: Disable preload filtering on Control Rig blueprint since it is breaking assets
#rb sara.schvartzman #jira na #preflight skip [CL 24574157 by Helge Mathee in ue5-main branch]
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
|
||||
TAutoConsoleVariable<bool> CVarEnablePreLoadFiltering(
|
||||
TEXT("ControlRig.EnablePreLoadFiltering"),
|
||||
true,
|
||||
false,
|
||||
TEXT("When true the RigVMGraphs will be skipped during preload to speed up load times."));
|
||||
|
||||
TAutoConsoleVariable<bool> CVarEnablePostLoadHashing(
|
||||
|
||||
Reference in New Issue
Block a user