Need to update these UDN threads when the issue is fixed. https://udn.unrealengine.com/questions/401360/ios-shipping-build-crash.html https://udn.unrealengine.com/questions/428225/about-ios-ship-b ...
Using the Landscape LOD system with World Origin Rebasing causes the LODs on the landscape to mess up. This only appears with imported tiled landscape where the main actor is in the persistent level ...
There's a bug in UAssetManager::LoadAssetList where the passed in DelegateToCall is not being called in the bShouldUseSynchronousLoad case. This can cause gameplay logic to fail when that bool is tr ...
The input paramter is a type of UEdGraphPin. The PinType.PinCategory can be softobject or softclass, and the reference path is saved in a paramter named DefaultValue of UEdGraphPin.The DefaultValue ...
The [bIsVisible] flag is set to [1] by the following judgment.const bool bIsInDrawRange = DistanceSquared >= Bounds.MinDrawDistanceSq * HLODState.FOVDistanceScaleSq; Judging from this code, I bel ...
The Custom Side Vector facing mode is no different than the Custom facing mode on Niagara ribbons. The linked UDN has more information on a potential cause, as well as a proposed fix. It looks like ...
An array of a structure that has been modified without the array's blueprint being complied results in the values of the array element being reset. Compiling each blueprint that has the array of str ...
Sliding a value within the override parameters in the details panel of the editor, the slider will get "stuck" after sliding to one value and it stops working. This occurs with any slider within the ...
Primitives with the "Lightmap Type" set to "Force Volumetric" are not shadowed correctly. Issue dates back to at least 4.27.2. As a workaround, making FLightCacheInterface::GetStaticInteraction al ...
A dark square appears in the direction of a spotlight on hair when the spotlight has no shadow. [Image Removed] In UE 5.4 the dark square is visible when the spotlight has no shadow, and a light s ...