We recently encountered an odd issue where loading into our main world partitioned map would result in a crash caused by all streaming cells getting loaded at the same time. Turns out this was cause ...
There is an issue when setting a Static Mesh inside a blueprint that it is referenced by another blueprint with more than one child actor. An ensure is triggered inside the engine, and there is a ...
This is not a regression. Tested in: //UE5/Main CL18218925 Binary - Crashed //UE5/Release-5.0 CL16682836 Binary - Crashed //UE4/Release-4.27 CL Binary - Crashed Having a level open that contains a ...
Executing the r.SetRes _x_f command fails to set fullscreen mode when executed through blueprint node. The issue occurs when executing the command through level blueprint and an actor blueprint plac ...
The dumplogs and any other logs requested from this user are listed within this AnswerHub post. I do have the DMP logs currently on my PC if you're unable to download them, they're 1.9GB Jarek S. h ...
This is a slightly trending crash after the 4.17.2 hotfix, although it has occurred since 4.17.0. Users have not provided any description of their actions when the crash occurred. The callstack is ...
When deploying project to a mobile device, the quality of the baked lighting and shadows becomes very poor compared to "Mobile Preview." Lightmaps appear dirty and blurry, with splotches (As shown i ...
The attached project is from a licensee who made a Quest system where a blueprint has several ConditionContainer instanced subobjects, that contain EdGraphs with custom question condition nodes. On ...
Right now the AssetManager uses different logic in ModifyCook vs VerifyCanCook, specifically related to secondary assets like textures or maps that are indirectly loaded by soft object paths and are ...
Licensee reported crash when playing HLS video with ElectraPlayer on iOS16. According to their research, we can avoid the fix by doing the following: Delete check() in the corresponding line Engine ...