Comments from users in crash group:
1266 FPendingCleanupObjects::~FPendingCleanupObjects() 1267 { 1268 QUICK_SCOPE_CYCLE_COUNTER(STAT_FPendingCleanupObjects_Destruct); 1269 1270 for (int32 ObjectIndex = 0; ObjectIndex < CleanupArray.Num(); ObjectIndex++) 1271 { 1272 ***** delete CleanupArray[ObjectIndex]; 1273 } 1274 }
This is a new bug to cleanup from [Link Removed]
No known steps to reproduce
Access violation - code c0000005 (first/second chance not available) UE4Editor_RenderCore!FPendingCleanupObjects::~FPendingCleanupObjects() renderingthread.cpp:1273 UE4Editor!FPendingCleanupObjects::`scalar deleting destructor'() UE4Editor!FEngineLoop::Tick() launchengineloop.cpp:3665 UE4Editor!GuardedMain() launch.cpp:166 UE4Editor!GuardedMainWrapper() launchwindows.cpp:144 UE4Editor!WinMain() launchwindows.cpp:223 UE4Editor!__scrt_common_main_seh() exe_common.inl:283 kernel32!BaseThreadInitThunk() ntdll!RtlUserThreadStart()
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
I am not able to find world outliner how to enable it?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
How can i modify the param name in EQS node
Why does the REMOVE method of map container remove elements have memory leaks?
How to achieve HLSL Multiple Render Target in Material blueprints?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-63194 in the post.