The function Play to(seconds) does not functions as it's tooltip implies. "Play the sequence from the current time, to the specified time in seconds". The function instead snaps to the specified tim ...
"Simulate Selected" overwrites "Physics Type" property when playing in Editor. In any subsequent PIE sessions SK_Mannequin will simulate physics even though the option is toggled off. This was repo ...
The GetCookedEnvelopeData Blueprint node does not output cooked audio envelope data when a Soundwave with enabled Amplitude Envelope Analysis is being played. Tested in 4.21 (CL - 4753647), 4.22.3 ...
This is a regression from 4.23.1 (CL-9631420) where Sequencer just displayed the re-attached binding in yellow text instead of crashing. The user suggests that the deleted actor should be removed fr ...
When calling the ServerTravel command when using seamless travel, level blueprint logic is not being run on the client side. NOTE: Adding a small delay (tested with .2 to 2 seconds) after the "B ...
The left menu button on Oculus Touch doesn't have it's input received when it is assigned to an action mapping. This looks like it stopped working after SteamVR was integrated into the engine. Foun ...
Copy/pasting cloth configs used to be possible in 4.23. It then got broken in 4.24 (crash) with the introduction of changes required for the new physics engine. In 4.25, the config evolved to a Map ...
Adding an Event Dispatcher to the Level Blueprint and then renaming the initial graph node within that Event Dispatcher prevents deletion from that point forward. Renaming the Event Dispatcher from ...
When a Sprite that has been created from a Texture Atlas is used in a Widget, it can not be tiled. Instead the whole Texture Atlas is tiled. Reported in version 4.25.3(CL 13942748). Tested and fou ...
Here's a sample blueprint [Image Removed] The lack of implementation FCustomThunkTemplates::SetMapPropertyByName causes this error.#include "Kismet/BlueprintMapLibrary.h"// The fix needs this head ...