Touch input on Windows devices will start at touch index 2 instead of touch index 1, like other touch devices. ...
Track switching is currently not supported, because media with multiple tracks of the same type fail to load. Once that is fixed, implement run-time track switching. ...
Quote from the UDN: This is easily fixed with a conditional in bool FBlueprintEditor::ConvertFunctionIfValid(UK2Node_FunctionEntry* FuncEntryNode) which we've done locally, but should probably be ...
Significant framerate drop occurs when attempting to utilize the retopologize tool on landscapes. This occurs even when the landscape has remained completely unaltered. Other landscape tools experie ...
A user reported a problem that started occurring with 4.10 and didn't occur in 4.9.2 (Was unable to get a project in 4.9.2 and thus unable to confirm his claims, therefore I'm not marking this as a ...
Using a game mode that contains a custom game state rather than the default seems to be disabling tick for other blueprints such as characters and actors. Whenever the project is using a custom gam ...
There is an issue where Expandable Area does not respect scrollbox boundaries unless set to fill. This occurs when the scrollbox is a child of another component. This issue does not appear to be a r ...
In UE 5.5, the Editor may crash in FHLSLMaterialTranslator::GetMaterialEnvironment when loading materials with Material Parameter Collections, likely due to async loading. Calling ParameterCollectio ...
When using a level with a landscape on an Android Device with a PowerVR gpu the landscape is not rendering. This was reproduced with Asset# 4719Model: Galaxy S4 GT-19500GPU: PowerVR SGX544MP3OS: 4. ...
When a blueprint variable is not set to Instance Editable, its value gets reset at runtime. This seems to occur because the variable OriginalCannonTransform seems to get reset/nullified after being ...