Context: Static Mesh Spawner is used to spawn one static mesh per point in the provided point data. PCGMeshSelectorByAttribute is used to select an entry based on an attribute present on the mesh. ...
Having an actor blueprint (A) that contains an array variable of references to another actor (B) that is connected to a Length node and a Vector array that is connected to a ForEachLoop causes bluep ...
This is a specific subset of D3D HUNG crashes from [Link Removed]. This JIRA is for the crashes with the following results from Aftermath: [105]LogRHI:Error: [Aftermath] Status: Timeout [105]LogR ...
When using "Get Supported Fullscreen Resolutions" on UE when built with Vulkan, no values are printed out. This is an issue with any platform that builds UE with -vulkan, not just Linux. In Engine ...
Floating point error from UGameViewportClient::SplitscreenInfo causes this issue. FMath::TruncToInt( 3240 /*ViewportSize*/ * 0.333f/*Ratio in SplitScreenInfo*/ ) = 1079 I suggested a following t ...
The ChaosCacheManager (CCM) changes the bSimulatePhysics flag from the ObservedComponents and, if deleted, the change will persist, what can lead to confusion as observed physical entities will inad ...
Really close to the repro steps for [Link Removed] Same repro steps produced the following Buggs along with this one: [Link Removed] [Link Removed] Error message: Fatal error: [Link Removed] [Lin ...
When working on a level asset and using command "File – Save Current Level As..." to save it over a different level asset, the engine first deletes the target level (that's going to be overwritten) ...
From licensee: We're trying to reduce component count on our landscape using the resize tool. When modifying the landscape execution never completes. When I hit pause and get a breakpoint to see wh ...
I appears to be possible to replicate a value and when the value gets to the client(s), it doesn't match what was sent from the server. In the project, ReplicatedActor is created by the Authority. ...