When creating a subclass of World Settings, attempting to use the in-editor compile button to compile the code causes the editor to crash.
Found in 4.11 Preview 4. Reproduced in 4.10.2 binary and Main CL 2848314
1. Create a new blank C++ project
2. Create a subclass of World Settings
3. Go to Edit->Project Settings->General and change the World Settings to the new class you just created
4. Close the editor
5. Compile the project in Visual Studio
6. Open the editor
7. Create a UPROPERTY variable (I used a float)
8. Navigate to the editor and use the in-editor compile button
Result: Editor crashes
Expected: No crash would occur
UE4Editor_Engine!UWorld::Tick() leveltick.cpp:1115 UE4Editor_UnrealEd!UEditorEngine::Tick() editorengine.cpp:1151 UE4Editor_UnrealEd!UUnrealEdEngine::Tick() unrealedengine.cpp:368 UE4Editor!FEngineLoop::Tick() launchengineloop.cpp:2650 UE4Editor!GuardedMain() launch.cpp:142 UE4Editor!GuardedMainWrapper() launchwindows.cpp:126 UE4Editor!WinMain() launchwindows.cpp:200
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-26417 in the post.
0 |
Component | UE - Foundation - Core |
---|---|
Affects Versions | 4.10, 4.11, 4.12 |
Target Fix | 4.12 |
Fix Commit | 2869215 |
---|---|
Main Commit | 2880055 |
Created | Feb 3, 2016 |
---|---|
Resolved | Feb 16, 2016 |
Updated | Feb 5, 2017 |