Procedural Meshes copying static meshes do not support UV hit results. Proc meshes generated from Create Mesh Section do generate UVs (if UV array is filled). ...
Editor crashes when trying to force delete assets that reference each other. Blueprint 'A' contains an Actor Component of Blueprint 'B'. Crash will occur when trying to force delete both 'A' and 'B' ...
While an Animation Montage can be played at a negative play rate in Persona, the user cannot use the Character Blueprint to execute this action. ...
Editor crashes if a custom event function is called after a custom event has been bound to an event dispatcher. However, this only occurs if the event binding occurs from an event delegate by ref ou ...
The following warning is spammed when moving a physics-enabled skeletal mesh is moved in the level.PIE:Warning: Warning Attempting to move a fully simulated skeletal mesh SkeletalMeshComponent0. Ple ...
Damping is handled differently at lower frame rates. Slight changes in damping at lower FPS (25) drastically effects objects and isn't applied in the same way as at higher FPS (60) User Description ...
RadialGradientExponential material function does not produce a soft falloff on that particular device. Does not repro on Adreno version. Seems like precision issue or driver bug that optimizes out s ...
Error message: Access violation - code c0000005 (first/second chance not available) Source Context: 336 337 if (bHasRotationKeys) 338 { 339 TSharedRef<FStru ...
XML Namespace is set wrong for Android in UPL; it should be "http://schemas.android.com/apk/res/android". ...