You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The latest code from master branch is not compiling on mac for unreal 4.26.1.
This is because of an error in the Test module.
Removing the Test module from the plugin's .uproject file allows the plugin to compile successfully.
To Reproduce
Download latest code and put in a project's plugins directory
regenerate xcode project
Build product
Expected: build projectand plugin c++
Actual result: comilation fails with error
Logs
The error message is:
2/4] Compile Module.SaveExtensionTest.gen.cpp
[1/4] Compile Module.SaveExtensionTest.cpp
In file included from /Users/jordan/source/pillager/Plugins/SaveExtension/Intermediate/Build/Mac/x86_64/UE4Editor/Development/SaveExtensionTest/Module.SaveExtensionTest.cpp:2:
In file included from /Users/jordan/source/pillager/Plugins/SaveExtension/Source/Test/Private/Files.spec.cpp:3:
/Users/jordan/source/pillager/Plugins/SaveExtension/Source/Test/Private/Automatron.h:1223:26: error: variable 'PIEStartedHandle' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
[this, OnWorldReady, PIEStartedHandle](const bool bIsSimulating) {
^~~~~~~~~~~~~~~~
1 error generated.
Environment (please complete the following information):
Engine Version: [e.g. 4.26.1]
Plugin Version: [master@Head]
OS: [mac catalina]
The text was updated successfully, but these errors were encountered:
Describe the bug
The latest code from master branch is not compiling on mac for unreal 4.26.1.
This is because of an error in the
Test
module.Removing the Test module from the plugin's
.uproject
file allows the plugin to compile successfully.To Reproduce
Expected: build projectand plugin c++
Actual result: comilation fails with error
Logs
The error message is:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: