This is a regression. Tested in //UE4/Release-4.27 CL18319896 In UE4 an error is thrown when attempting to add an input. A Blueprint containing a Macro with a Wild Card input crashes when a Custom ...
This is a regression. Tested in //UE4/Release-4.27 CL18319896 Opaque material assigned to a Material Billboard attached to a Pawn renders differently against the Sky/Infinity when moving. Tested ag ...
We should at least update the comments on the CreateDefaultSubobject function warning people about the troubles and weird behavior that could occur when you call it from within a nested subobject ...
From licensee: If StrideScale is 1 the first time through, it initialises the StrideScaleModifierState to 1 and doesn't require updating so leaves the CachedDeltaTime at 0 by never calling Update_I ...
When the trigger is duplicated, the contents of its OnActorBeginOverlap MC delegate are copied, which contains a reference to the BP actor that added the binding to the original trigger. Marking th ...
If there are multiple copies of an input on the graph, when it is renamed, all the connections are broken and rerouted to a single node, orphaning the rest on the graph. I believe this may be a dupl ...
This is not a regression. Tested in //UE4/Release-4.27 CL18319896 Adding a variable to a Structure after packaging then repackaging causes the package to fail. ...
If a device has no available input or output devices, activating an Audio Capture component will cause the device to crash. Occurs in Editor and Runtime. Assertion failed: NumTotalFrames > 0 [File:E ...