Using Object Scale in your material with an Instanced Static Mesh does not change the color of the material if you scale the individual instances of the Instanced Static Mesh component. If you scal ...
This is a trending crash coming out of the 4.17 release. Update: also occurring in 4.18 User DescriptionsCompiled after Refreshing Blueprint node after changine its namePressed compile after creat ...
A blueprint that uses a node for a BlueprintNativeEvent function breaks on hot reload. Blueprint cannot be saved or compiled. Compile error states: Error This blueprint (self) is not a HOTRELOADED ...
SetMaterial allows the user to add a Material which updates the GetMaterials array but not GetNumMaterials. The user who reported this was trying to add a material to a skeletal mesh during runtim ...
User reports that the reason for the crash is that because UpdateSpline is false on the AddSplinePointAtIndex blueprint node, this line is never called [ReparamTable.Points.Reset(NumSegments * Repar ...
Assertion failed: InputOboeStream != nullptr when changing levels with Android voice enabled User was able to workaround the issue by replacing Audio::FAudioCaptureAndroidStream::CloseStream() wi ...
When changing the right channel gain of the stereo mixer at runtime, it generates clicks and pops in the output. ...
Using Material Attributes as an input to a Custom Expression causes the HLSL Translator to create multiple CustomExpression# functions, for each used member of the Material Attributes, rather than u ...
The Add node does not update in the Construction Script. Reproduced in 4.7.1 binary and Main (//depot/UE4/Promotable-CL-2455917) ...
RepNotify variables passed by reference to a function or macro that then change the value of the variable do not trigger the OnRep function on the Server. This is inconsistent with the behavior with ...