I would like parity with legacy: 1) only one material 2) socket to be imported Box_Socket file imports same in legacy and interchange: it is just box and socket without collision. ...
When recording a checkpoint, it is treated as an initial replication, as all the changed properties since the channel was opened need to be recorded. This normally results in any initial only proper ...
As per the title, a cosmetic anim node should not be crashing an entire game. At worst these should be ensures. Its experimental, but its important they're removed before the experimental flag is re ...
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 ...
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\ ...
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. ...