So, in the process of cleaning up warnings in 5.6 and ran across that UCustomizableObject the variable bEnableClothing is deprecated with a comment to only modify the value through Customizable ObjectEditor.
Does this mean the plan is for this value not be set in code and only set manually? We use code to take information and generate a CustomizableObject based on it. This is going to be a big pain if we have to manually open up and modify every CustomizableObject we generate.
UE_DEPRECATED(5.6, "Only modify this value through the Customizable ObjectEditor") UPROPERTY(EditAnywhere, Category = CompileOptions) bool bEnableClothing = false; // TODO >5.6 make private