Within the project attached, the Sequence Director can not be opened for the Level Sequence "SkateReel Sequencer Crash." The user reports being able to open the Sequence Director prior to copying an ...
Error message: Access violation - code c0000005 (first/second chance not available) Source Context: 103 /***********************/ 104 /******** Outer ********/ 105 /****** ...
There are 3 issuesEach particles don't restore its previous position. Which is for calculating velocity by verlet iteration.The previous transform is cleared by current transform. It provides zero v ...
Most recent user affected CL: 3106830 (4.13.0) Error message: Access violation - code c0000005 (first/second chance not available) Source Context: SelectedKeys = SplineVisualizer->GetSelectedKey ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Fatal error: [Link Removed] [Line: 200] SwapChain->ResizeBuffers(1,SizeX,SizeY ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: IsValidRef(GBuff ...
It is possible to rename a Function Output the same as a Local Variable, which causes a compile error: Error Internal Compiler Error: Tried to create a property TestVar in scope NewFunction_0, but ...
Crash Report: [Link Removed] UE4Editor_CoreUObject! UPackage::SavePackage() + 23952 bytes savepackage.cpp:3305 UE4Editor_UnrealEd! UEditorEngine::SavePackage() + 1065 bytes editor.cpp:4368 UE4Edi ...
When an array is passed into a BP custom event, the array's data is passed to the event rather than a pointer to the array itself. This means edits made directly from the event node's input pin (su ...
Creating a UTexture2D the following way does not properly process gradients in the texture: ------ bool Atexture_test_actor::LoadRawFileTest( /* output */ UTexture2D*& image) { TArray<short> v ...