Using the console commands 'shot', 'highresshot 1' and 'highresshot 2' will crash to the 'recent apps' menu an ipa with Metal enabled. I tried this with 'Forward Rendering with Metal' disabled and u ...
When a material has a static bool parameter AND this is overridden in a material instance, Trying to change Blend Mode or Shading Model under the Material Property Overrides crashes the editor. Thi ...
Replicated properties defined in an actor component blueprint are not being replicated because UActorComponent::GetLifetimeReplicatedProps isn't adding the blueprint properties to the OutLifetimePro ...
Adding the following code to a plugin source file prevents the associated project from compiling in visual studio whereas this code will compile successfully inside of a class added directly to the ...
HTML5 projects are not loading properly on itch.io, this may be occurring on other HTML5 upload websites. Adding https into the myproject.html does not seem to make a difference, as Kafu has recomme ...
Landscapes disappear using Lighting Scenarios when deployed to a mobile device. When playing in the editor using the mobile previewer, everything looks as expected. It only occurs when deployed to ...
UParticleModuleRequired::PostEditChangeProperty use "AlphaThreshold > 0". So, if AlphaThreshold = 0, particlecutout don't work. ...
Apple forces developers to code sign an app using the latest code signature format and IPP needs to support it. a related link: [Link Removed] ...
The problem is that the Cube is still loaded but "HiddenEd". It's AActor::bHiddenEdLayer property is set to true by the WorldPartition System. The Actor is dirty which makes the WP system pin it (wo ...