FNativeClassHeaderGenerator::ExportEnum produces this behavior. If an enum has “MAX” somewhere in the array, it removes last element. I tested my code to fix the issue.// code placeholder bool UE ...
If you create a UMG with an image in the Umg that is not a power of 2, The image will not appear on an iOS device. Tested this on a Android device (Nexus 5 with ETC1 and ATC. PVRTC will not allow t ...
Crashes in UGameplayStatics::GetPlayerController, probably because World is NULL. When you package this vehicle game setup or play in standalone, the game will crash. 4.6.1 release crash (Standalo ...
When you delete clothing data on a skeletal mesh before removing it you cannot apply new clothing data. The engine still thinks that there is clothing data is applied. I tested using the Paragon: Tw ...
Alembic Geometry Cache crash when re-opening the project and a map that contains this asset or adding it to any existing/new levels will instantly crash the editor. This asset works correctly in the ...
When opening a new IK rig, the window that prompts the user to select a skeletal mesh does not open immediately. However, a skeletal mesh can still be selected in the details panel in the IK window. ...
[Link Removed] ...
The attached project is from a licensee who made a Quest system where a blueprint has several ConditionContainer instanced subobjects, that contain EdGraphs with custom question condition nodes. On ...
When the RHI thread is enabled (with or without parallel-execution) for Metal it isn't currently possible to run "profilegpu" because the GPU timestamp emulation code isn't multi-thread safe and pro ...
An event at frame 0 of a sequence does not seem to get called when using "SetPlaybackPosition 0" to reset the playback position to the start. This seems to be a regression. 4.17.2, the frame 0 even ...