A crash from bad memory access can happen when clearing the textures in a Texture2DArray asset. This appears to be because the order of operations when deleting the platform data is: ``` if (Privat ...
Skeletal Mesh Components that use Custom Animation Mode will have their animation rest to the base position when any change is made to the Level Sequence that the character is used in. The Licensee ...
If exiting the editor before the EditorUtilityTask completes, it crashes. It will not crash if canceling the UtilityTask and then exit the editor. The following implementation does not allow destruc ...
When cooking world partition maps, it automatically writes out several maps in a "Generated" folder below the location of the map in the editor. In the repro above, this will create maps such as /Ga ...
Child blueprints of a blueprint of a native actor class with sparse data can have an incorrectly null SparseClassDataStruct value, and thus fail to initialzie their SparseClassData. This affects edi ...
If a user set the transform of a Body from the game thread and physics is running multiple async ticks perf game tick, the transforms might be being calculated incorrectly. ...
Reported from this UDN: https://udn.unrealengine.com/s/question/0D5QP00000MLlco0AD/active-dtr-doesnt-render-beforedofmodulated-materials?fromCase=1 The problem is that, except in very specific circ ...
Licensee reports a difference in behaviour in instanced blueprints containing SplineComponents from 5.3 to 5.4, with respect to whether a placed blueprint containing spline component instance can be ...
Platforms .ini config files can end up with incorrect data, due to how ProjectSettings manages the config data. On a Windows machine, if we open the ProjectSettings window, all the data is going to ...
Here is a work around : #include "binkplugin_ue4.h" UObject* UBinkMediaPlayerFactory::FactoryCreateBinary( UClass* Class, UObject* InParent, FName Name, EObjectFlags Flags, UObject* Context, co ...