SubsystemBrowserPlugin icon indicating copy to clipboard operation
SubsystemBrowserPlugin copied to clipboard

Fix startup errors: Add default values to properties in FDemoStruct in SubsystemBrowserTestSubsystem.h

Open DoubleDeez opened this issue 8 months ago • 0 comments

Wed Oct 25 16:53:56 PDT 2023  Error        LogClass                  IntProperty FDemoStruct::Foo is not initialized properly. Module:SubsystemBrowser File:Tests/SubsystemBrowserTestSubsystem.h
Wed Oct 25 16:53:56 PDT 2023  Error        LogClass                  IntProperty FDemoStruct::Bar is not initialized properly. Module:SubsystemBrowser File:Tests/SubsystemBrowserTestSubsystem.h
Wed Oct 25 16:53:56 PDT 2023  Error        LogClass                  EnumProperty FDemoStruct::Baz is not initialized properly. Module:SubsystemBrowser File:Tests/SubsystemBrowserTestSubsystem.h
Wed Oct 25 16:53:56 PDT 2023  Error        LogAutomationTest         UObject.Class AttemptToFindUninitializedScriptStructMembers will be marked as failing due to errors being logged
Wed Oct 25 16:53:56 PDT 2023  Error        LogAutomationTest         LogClass: IntProperty FDemoStruct::Foo is not initialized properly. Module:SubsystemBrowser File:Tests/SubsystemBrowserTestSubsystem.h
Wed Oct 25 16:53:56 PDT 2023  Error        LogAutomationTest         LogClass: IntProperty FDemoStruct::Bar is not initialized properly. Module:SubsystemBrowser File:Tests/SubsystemBrowserTestSubsystem.h
Wed Oct 25 16:53:56 PDT 2023  Error        LogAutomationTest         LogClass: EnumProperty FDemoStruct::Baz is not initialized properly. Module:SubsystemBrowser File:Tests/SubsystemBrowserTestSubsystem.h

DoubleDeez avatar Oct 26 '23 00:10 DoubleDeez