When using materials with CustomData inputs, such as the Eye material with Iris Distance and Mask, Virtual Texture samples will increase the instruction count for each unique VTPageResult. Each cus ...
Using both an Atmospheric and Exponential Height Fog will cause an issue rendering Translucency-based Materials. (See Screenshots below) IMPACT: Cannot use both Atmospheric Fog ...
User Submitted Video: [Link Removed] User Description: "Swipe to look (with only the left virtual gamepad joystick) is undoubtedly the established gold standard for 3D First Person mobile games. ...
When using a capsule component for the character with CCD enabled there can be a force that pulls or pushes simulated meshes that are never touched by the capsule. Demonstration video attached. As ...
Custom Nodes plugged into World Displacement are yielding:Error [SM5] error X3017: 'CustomExpression1': cannot implicitly convert from 'struct FMaterialTessellationParameters' to 'struct FMaterialP ...
Physic Constraint movement is quadratic where previously it was spherical. ...
In AbilitySystemComponent_Abilities.cpp, the check for the client being on a different section on line 3059 checks that the RepNextSectionID is not the current section. One would assume this is beca ...
AreaID always seems to be empty during the first PIE session after hot-reloading. Only able to test in Dev-Framework CL# 3221683 due to the licensee's project being created in 4.15 and not being b ...
When using GetRefBonePose() on a USkeletalMesh's RefSkeleton, the given location is incorrect if the SkeletalMesh has been changed from one to another where both meshes share the same skeleton. Als ...
Pass by reference variables do not work when called from a blueprint interface between two blueprints. Workaround: Use direct communication to pass by reference between two blueprints. ...