A texture can be toggled between virtual texture and regular texture using the Convert to virtual texture/regular texture tool in the texture asset context menu. This updates referencing materials t ...
Users are reporting crashes and poor performance when generating foliage using the Experimental Procedural Foliage Volume tool. Regression? Yes, this does not occur in the previous engine version o ...
A user has found and reported a divide by zero warning within the Construction Script when packaging for Windows. This does not occur while in the editor as when you begin moving around the blueprin ...
I saw a following assertion. Assertion failed: (AdditivePoses.Num() > 0) || (NonAdditivePoses.Num() > 0) [Link Removed] [Line: 1381] This is my quick fix// code placeholder void FAnimInstance ...
Joining a session in PIE with Auto Connect To Server disabled will crash PIE. Note: this is not specific to the Multiplayer Shootout project used in the repro steps; this will occur in any project ...
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 ...
When trying to display BlendProfile property in Animation Blueprint diff tool, it will occur crash, because EditableSkeleton is null in SBlendProfilePicker::GetSelectedProfileName(). So, a followin ...
FOV-track-only camera anim do not give effect to current camera. if the anim have transform track without any key, the anim works. Regression? yes. This is not reproduced in 4.13.2 launcher version ...
Setting a parameter on a Sound Cue from Blueprints more than once is not working. The first time a parameter is set works, but any following sets are ignored. This is a regression and does not occu ...
If the user presses 'Cancel' when modifying colors using the Color Picker within the Curve Editor, the curves points are all transformed. Issue is reproducible in the below engine versions: 4.8.3 - ...