[CrashReport] UE4Editor_D3D11RHI!FD3D11DynamicRHI::RHISetShaderResourceViewParameter() [d3d11commands.cpp:512]

UE - Graphics Features - Mar 27, 2018

No user comments in crash group 500 void FD3D11DynamicRHI::RHISetShaderResourceViewParameter(FVertexShaderRHIParamRef VertexShaderRHI,uint32 TextureIndex,FShaderResourceViewRHIParamRef SRVRHI ...

[CrashReport] UE4Editor_Landscape!FLandscapeComponentSceneProxy::CalculateLODFromScreenSize() [landscaperender.cpp:1522]

UE - LD & Modeling - Terrain - Landscape - Mar 27, 2018

No user comments in crash group 1511 if (PreferedLOD >= 0.0f) 1512 { 1513 PreferedLOD = FMath::Clamp<int32>(PreferedLOD, FMath::Max((float)FirstLOD, MinValidLOD), FMath::Mi ...

[CrashReport] UE4Editor_RHI!FClearValueBinding::GetClearColor() [rhi.h:989]

UE - Platform - XR - Mar 27, 2018

No user comments in crash group 986 FLinearColor GetClearColor() const 987 { 988 ***** ensure(ColorBinding == EClearBinding::EColorBound); 989 return FLinearColor(V ...

[CrashReport] UE4Editor_CoreUObject!FDuplicateDataWriter::Serialize() [duplicateddatawriter.h:51]

UE - Graphics Features - Mar 27, 2018

Comments from users:Yeah lost all of my work. Tried to save again as a new name and crashedTried to save map as a new name. Lost a bunch of work.I saved as another level and it closedTried to save m ...

[CrashReport] UE4Editor_ImageCore!CopyImage() [imagecore.cpp:144]

UE - Graphics Features - Mar 27, 2018

No user comments on crash group  135 case ERawImageFormat::BGRA8: 136 { 137 const FColor* SrcColors = SrcImage.AsBGRA8(); 138 for (int32 TexelIndex = 0 ...

Linux: UE_ENGINE_DIRECTORY not being set by UBT

UE - Platform - Linux - Mar 27, 2018

UBT is not passing UE_ENGINE_DIRECTORY to GForeignEngineDir because in UEBuildTarget.cs IsCurrentPlatform only checks for Windows and Mac. Because GForeignEngineDir is not set, config files and oth ...

DataTable CSV export; First member of Array not exported if set to default value

UE - Gameplay - Blueprint Editor - Mar 26, 2018

When using a struct as a type for TArray and first element of the array has first member variable of the struct set to default, it is not exported to *.csv ...

When OpenGL ES 3.1 is enabled for Android build in Handheld AR Template, camera inverts colors

UE - Platform - XR - Mar 26, 2018

When OpenGL ES 3.1 is enabled in Android Build settings, device prompts user to choose to "Allow ARInvertColor to take pictures and record video". If allowed, colors are inverted by the camera. If ...

Crash When Toggling Visibility of Level with Planar Reflection

UE - LD & Modeling - Terrain - Landscape - Mar 26, 2018

This crash occurs in 4.19 and 4.20 but not 4.18. Repro'd in 4.19.0-3944462 and 4.20.0-3955769 and 3964322. This is a regression. Per UDN licensee: When I'm showing/hiding levels in editor (in le ...

Reimporting Duplicated Mesh from Blender Creates Merged Meshes

Tools - Mar 26, 2018

When a mesh in Blender is Duplicated and exported as an FBX, then imported into Unreal with Combine Meshes unchecked, then both meshes reimported, one of the meshes has another mesh added to it. The ...