A Static Mesh asset will trigger an ensure when generating building the ray tracing acceleration structure on AMD GPUs. ...
Building SDF and Mesh Cards require material properties (2 sided and blend mode) applied on Static Mesh to be known at Static Mesh build time. If not, it may leads to rendering artifacts: Reflectio ...
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. ...
static FVector PointDirectionPlaneIntersection(const FVector Point, const FVector Direction, const FPlane Plane) { return Point + Direction * ((Plane.W - (Point | Plane)) / (Direction | Plane)) ...
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 ...
Up vector is not configurable so Foot Placement does support variable gravity cases. ...