"Config" Specifier Does not Work Properly in 5.4+
Example
/* The parameters and actions for the Module Creator */
UCLASS(MinimalAPI, config = OseroSuitePerProjectSettings, PerObjectConfig)
class UOS_MDC_Settings : public UObject
{
GENERATED_BODY()
...
}/* The parameters and actions for the Module Creator */
UCLASS(MinimalAPI, config = OseroSuitePerProjectEditorSettings, PerObjectConfig)
class UOS_MDC_Settings : public UObject
{
GENERATED_BODY()
...
}Reference
Last updated