If you have a trigger box trigger an ambient audio clip when you enter the box, the audio clip will always play from the beginning even if you have the Start time starting later in the audio clip. ...
The option to add a component to an Actor Blueprint from inside a child Actor Component BP isn't available. Using Get Owner inside the Actor Component's Event Graph and then casting to the owning Ac ...
One of the Child Blueprints in this user's project will not save its Replicates setting. The Blueprint (apa_room01) is a child of MasterRoom, which has Replicates enabled. When apa_room01 is first o ...
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 ...
At low FPS particle systems with "Previous Tangent Recalculation" enabled in the Ribbon Data result in messy mesh generation. Found in 4.21 CL# 4753647, 4.22 CL# 6574378, 4.23 CL# 6925347, and 4.24 ...
When trying to override the CanJump function of a character blueprint, the function does not show up in the MyBlueprint panel's function section. Hovering over the Function bar shows the "Override" ...
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 ...
The Editor will crash when setting a bool in a Niagara Parameter Collection via Blueprint. Found in 4.20 CL# 4369336, 4.21 CL# 4753647, 4.22 CL# 5159901, 4.23 CL# 5194133 ...
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 ...