StaticMeshActors placed in the world can override the default materials of a static mesh. If the static mesh is then reimported with less materials, the actors maintain references to unused material ...
A Static Mesh asset will trigger an ensure when generating building the ray tracing acceleration structure on AMD GPUs. ...
Suggested fix from licensee is : PhysAnim.cpp@339 #if 0 FVector RelPos = RecipScale3D * RelTM.GetLocation(); #else FVector RelPos = (BoneIndex == 0) ? RecipScale3D * RelTM.GetLocation() : Rec ...
I am doing some runtime manipulation of data layers and I am running into a check failure due to a zero guid in FLevelInstanceActorGuid::GetGuid during multiplayer testing. When I debug FLevelInsta ...
A crash occurs when using ray tracing with spline meshes preceded by the following ensure : Ensure condition failed: NumCPUVertices <= VertexBufferNumElements File: Engine\Source\Runtime\Renderer\ ...
Can be mitigated by reopening the Level. There is a repro project provided by the licensee on the case ticket. ...
Context Lumen is the default global illumination and reflections system. Lumen renders diffuse interreflection with infinite bounces and indirect specular reflections in large, detailed environments ...
If placing an actor with SmartObjectZoneAnnotationComponent added to blueprint actor in a level, it will crash when the level open. As a workaround, adding SmartObjectZoneAnnotationComponent to the ...
The problem here isn't obvious: the native enum, EAnotherEnum, is missing the Flags flag for the UEnum. As a result, K2Node_GetEnumeratorNameAsString returns the max enum when it gets a combined fla ...