Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DoubleDeez
Copy link

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

…n SubsystemBrowserTestSubsystem.h

```
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
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant