When the "Enable Zero Iteration" and "Use ML Audio for Zero Iteration" settings are both checked, the audio doesn't play inside Unreal Editor. This happens in the following cases:Playing an audio fi ...
Actors with Net Load On Client disabled still appear on Clients when Use Single Process is disabled. Does NOT occur in packaged projects. Test project included. Set Use Single Process to false in E ...
Getting a blackboard value as actor and setting an actor to that on tick causes crash. The real issue here is that you can use a function in BP (in this case `UBTFunctionLibrary::GetBlackboardValue ...
Clicking on an Editable text box on a mobile device will causing the project to crash on the device. Tested on an iPad Air 2 (8.1) The crash does not occur on Android. Log files are from xcode ...
Sequence Recorder doesn't record First Person Template character correctly. I wasn't able to track down exactly what it is about the First Person Character Blueprint that causes this though. ...
Printing the result of the 'Get Move Ignore Actors' node will crash the editor. The Licensee found the issue while exploring a workaround for this JIRA:https://jira.ol.epicgames.net/browse/UE-14734 ...
When using a Destructible Mesh in a bluprint and trying to return the Hit Bone Name will result in "none" being printed. However, using a simply line trace from the individual bone names from a frac ...
Cryptomatte implementation only looks at the HActor hitproxy type which is a different type than ISMs which use HInstancedStaticMeshInstance. ...