When using the Spawn Actor from Class node, the Spawn Transform Scale is being multiplied by the actor's original scale, instead of just setting the scale to the Spawn Transform's value. In 4.11.2, ...
In an actor blueprint with a scene component blueprint as its root, if you add a child object to the scene component blueprint, and then go into the scene component blueprint and set the location to ...
Compile error with Local Variable of a Struct that contains a Set or Map type. Standard and array variables work without issue. Non-local variables also work without issue. ...
Placing a character that reference to a reparented AnimBP(created as a child of thirdperson, then reparented to AnimInstance) crashes editor after reopening the project. If you already had that charac ...
Users are not able to play a Demo in PIE using the Execute Console Command node to run the demoplay command. The following warning spams the output log while the demo is still trying to open:LogWor ...
Unable to input IME text in widget component, but able to input IME text in textbox like UMG designer. It works fine until 4.21, however it wasn't able to work after 4.22. Workaround: void FSla ...
Increasing the multiplier past a certain point causes sounds on a Quantization Boundary to struggle to play at the correct time. The repro above uses 1/32, but this also repros with other values. ...
This may not be an expected use of state machines, but it is becoming a showstopper for a couple of users. These user's are caching their locomotion state machine and then using a second state mach ...
Animation Sequences with negative Rate Scales do not play outside of using them in Animation Blueprints...unless they are looping. UPDATE: A negative rate scale value also breaks Anim Montages. ht ...
Objects that are 100k uu+ away from camera do not trigger "OnClicked" events ...