From a community member: Are you responsible also for the FootPlacement node? Its fantastic, but there is a possible bug with the walkable surface handling. It tries to step even on vertical surfac ...
UPoseAsset::SetBasePoseName() does not correctly set the BasePoseIndex when a valid pose name is provided. Regardless of input, the pose defaults back to ReferencePose. Upon inspection of the implem ...
Changing and compiling a custom struct in C++ will break behavior of Make/Break Struct nodes in blueprints if the blueprint is saved after the compile. Regression: No - blueprint fails to save afte ...
This is an issue with how FPropertyValueImpl::ResetToDefault works: it uses GetDefaultValueAsString to reset the default value. This is problematic because the LexToString function that is eventuall ...
Right now, any UINTERFACE that is not marked as CannotImplementInterfaceInBlueprint is shown as implementable in blueprint. If these functions have BlueprintCallable functions or related things then ...
Changing the name of a variable that references a Blackboard Key inside a Task removes the Key reference inside the Task's node in the Behavior Tree. Clicking on the Behavior Tree's Task node that r ...
When exporting a Static Mesh from within UE4 that has multiple materials, some of the material IDs will be condensed into a single ID which will mess up how the material assignment for that part of ...
Baked lighting on mobile has dirtied or pixelated lightmaps. When testing this issue I attempted to change various settings within the 'Lightmass' section and the changes made did not have much effe ...
When using the "Random Integer in Range from Stream" where the seed is a power of 2 after a certain point (2^22) the random integer that is returned is the always the same. If the seed is 2^23 + 1 i ...
Context World Partition has a distance-based level streaming system that provides a complete solution for large world management. Problem The problem is that when the player and large static mesh a ...