Upon force deletion of a BP asset still referenced in memory an ensure is hit. ...
Returning 0 bytes in GeneratePCMData results in the procedural sound wave not continuing to play audio. Instead of returning 0, we need to return an empty buffer if the procedural sound wave doesn't ...
Morph targets are not changing colors in some instances and just not doing anything in others(1.1 in Content Examples - MorphTargets) The output log is spammed with: LogMaterialParameter: B materia ...
Sprites don't adjust the default size of a brush when selected for a UMG brush. ...
Important: To get this to repro 100% of the time a new Blueprint 2D Side Scroller template project must be used. If you close the project, then reopen it the project opens to the correct map. I'm as ...
The following warning appears in the Output Log when opening any project in editor:LogFeaturePack:Warning: Error in Feature pack C:/Program Files (x86)/Epic Games/4.13/FeaturePacks/TP_VirtualReality ...
https://answers.unrealengine.com/questions/462957/rendering-glitch-when-launching-on-android-ue413-p.html I was able to repro it on Nexus5 with Android 5.1.1. ...
In the Preview Scene Settings, the user is able to give two profiles the same name. While this doesn't result in any issues, it is something that's generally not accepted in the editor and can caus ...
USkeletalMeshComponent::TickComponent is run in the PrePhysics tick group. This is the only place where the SkeletalMesh is actually checked to be != nullptr to determine whether or not the TickClot ...