Creating a Destructible Mesh from a Static Mesh isn't carrying over the Material applied to the Static Mesh. The following warning is generated when the Mesh is created and when it is fractured:LogA ...
A number of utility functions are provided in UEdGraph_ReferenceViewer for building menu extenders. This class was originally included in the engine as part of the ReferenceViewer module, but was re ...
The implementation for SCheckBox::SetIsChecked simply sets IsCheckboxChecked without checking to see if the passed in value is different and does not trigger OnCheckStateChanged. ...
We're missing settings for iPhone XS iPhone XS Max iPhone XR Google Pixel 3 Google Pixel 3 XL Samsung Galaxy Note 9 We also don't have settings for iPad 5th Gen or iPad 6th Gen, however these would ...
If you look at the static method FilterByFloatRange inside AssetRegistryActor.cpp, you can see that the asset registry filter is set to recursively search paths and classes. It is also set to exclud ...
The "LookAt AimOffset" animation node does not recognize the interpolation setting on its assigned Blendspace. This causes the animation to snap to positions instead of smoothly rotating to them. ...
When copying a Blueprint actor, Variables with brackets in their names don't have their values copied. IE: Creating a vector variable named "MyVector[]" This behavior also replicates with round brac ...
This is an editor-only crash that's due to stack overflow/infinite recursion in UInheritableComponentHandler::FixComponentTemplateName(). We are recursively trying to rename other inherited componen ...
Changing levels with ClientTravel() breaks ability to activate sequence. Client Travel API: [Link Removed] Confirmed in 4.22 MAIN at CL 4503321 ...
Starting a hot reload by clicking the Compile button in the Editor fails after adding a Static Mesh Component to an Actor code class. This only occurs in the binary version of the Engine, and only i ...