The function "FStaticMeshLODResources::GetResourceSizeEx(...)" does not take into account that the buffers might be emptied, due to Mesh Streaming. This causes "obj list" to report sizes larger than ...
When character input is defined in code, adding a call to the Get[AxisMapping] node in blueprints causes input for the specific mapping to fail. Note: This only affects code based input, Blueprint ...
While testing this issue it was interesting to discover how the surrounding BSP's were affected. They seemed to clip/disappear according to the surface normals of the deleted brushes. There is a si ...
1) Using the Meta specifier EditCondition will gray out the property box so that it cannot be clicked, but using tab from another property box will place the cursor inside the grayed out box. 2) V ...
Tested in: //UE4/Release-4.27 CL 18319896 Input pin was of type Vector //UE5/Release-5.0 CL 20979098 Input pin was of type Vector 3f //UE5/Release-5.1 CL 22346211 Input pin was of type Vector 3f Th ...
Using Edit->Undo or Ctrl+Z has no affect after breaking using Alt+Click to break the connection of transition nodes. In the My Blueprint tab, extend Graphs->AnimGraph Regression: No - Same behavio ...
Selecting other components after selecting a Spline Component's control point keeps the transform gizmo and functionality at the Spline Control point Repro Rate: 4/4 Tested this in //UE4/Release-4 ...
In 4.27 immediately upon adding an output to the default function that output can be edited without needing to be compiled. In Preview 2 once an output is added the Blueprint Interface needs to be c ...
There is disparity between the two different ways of editing rotation. When using the scrubber in the details panel each value scrubbed only affects that value and the values go from 0 to 360. When ...
An editable FComponentReference property on an actor instance can be used to reference another actor's component in the scene. In 4.27 and earlier versions these references were retained when the ot ...