Changing the screen settings to Fullscreen through code or blueprints results in a crash. This only happens in the source version of 4.23 and does not occur in the binary version of 4.23. I have att ...
Need to add calls to Super::PinConnectionListChanged() and Super::PinDefaultValueChanged() in K2Node_GetClassDefaults.cpp. ...
A character actor using an AnimInstance blueprint will not update in editor when scrubbing ...
Licensee says that adding multiple InstancedStaticMeshComponent instances can be very slow (main bottleneck being the physics building). I think there's a good case for a method something like: ...
Comments in PO files can currently be preserved, however they're not actually imported into our archive files, which means they're reliant on the PO files never being lost (or being generated via so ...
Mesh draw commands don't hold strong references to resources. When caching mesh draw commands, their lifetimes can match the parent scene proxy, which can be very long. This increases the chance tha ...
UDN user reported a performance hit on Mac with the latest Hotfix release when the user is interacting with the editor either through keyboard or mouse input. This performance hit is noticeable whe ...
We don't seem to be able to set the Typeface of a font in a Text3D component/actor, even though we can in a UMG TextBlock. ...