Instance overlap functions for Foliage Instanced Static Meshes detects instances incorrectly. I was able to see this occur with both the Sphere and Box functions. In addition, I drew out debug sphe ...
UPDATE: 3/9/2015 Additional Information: User on thread https://answers.unrealengine.com/questions/186928/landscape-collison-issues-recreatelandscapecollisi.html reported workaround did not fix e ...
BlueprintGeneratedClass is not based UBleupint. So the following code is failed. bool UActorFactoryBlueprint::PreSpawnActor( UObject* Asset, FTransform& InOutLocation) { UBlueprint* Blueprint = ...
Using the Merge Blueprints feature crashes the editor. This repro is for clicking between the error and warnings while merging, but the editor will generally crash if the Merge is finished or if an ...
Description: Appears directly related to using Set Master Pose Component when the target component has cloth Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Lin ...
No user comments in crash group 394 for (StrideCellPoint[StrideAxis] = StrideAxisMin; StrideCellPoint[StrideAxis] <= StrideAxisMax; ++StrideCellPoint[StrideAxis]) 395 { 396 ** ...
When attempting to test for ESDSR on Android, the Sequencer project fails to package towards the end of the Build Command. Runtime/OpenGLDrv/Public\OpenGLESDeferred.h(267,5) : warning: 'OPENGL_ES2 ...
Error message: Assertion failed: 0 [Link Removed] [Line: 199] Window Creation Failed (1158) Source Context: 184 VirtualHeight = ClientHeight; 185 186 // We call reshape w ...
Packaging with the [experimental] Code Editor plugin enabled causes a crash during the packaging process in 4.8 source. The crash does not kill the editor, project can recover by choosing for Window ...
The User has provided an extensive log of their code base setup, and the process leading up to when the Assert occurs. "Our game mode & player state FSM are setup in a data driven manor using UDa ...