If the user makes a project where the modules tab appears in Tools > Debug and then reboots the project, the modules tab disappears. This only happens if the project that is loaded has the module ta ...
UE5.0 does not support ActorFoliage at Levels where World Partition is enabled ( [Link Removed] ), but ActorFoliage will work via ProceduralFoliageVolume. And when you cook the level you will get an ...
From the [Link Removed]: We had an issue where PIE was being stopped due to an "infinite loop" being detected in one of the blueprints construction script. This was also crashing the editor as the ...
This looks to be an issue with shadows in Lumen Direct Lighting, and might be coming from the "Batched lights" pass. ...
Context GameplayDebugger (Press ` in-game) displays a green smiley (AICON-Green) for AIControlled pawns that are running a BehaviorTree and a red angry face (AICON-Red) otherwise. If the AIControll ...
When a room component is added in C++ via the actor constructor, an ensure is triggered from precaching and the groom component. Behavior also observed on UE5/Release-5.5, CL: 40988944 ...
Context Unreal Insights displays Timing Insights that can include GPU timing information. Rendering code such as FDeferredShadingSceneRenderer::RenderPrePass() generate such events.Problem Certain f ...
Attempting to override a timeline within a child blueprint causes the editor to crash. Frequency: 4/4 Crashreporter: [Link Removed] ...
When the console command "Stereo On" is used to start a game in fullscreen, objects in the level appear with a slight blur. Pressing Alt+Enter will "refresh" the screen and eliminate the blur effec ...
AI character in user project does not react to behavior tree commands when spawned during play. In the specific example attached, the first pawn works correctly, but when removed from play and a n ...