From UDN : we are spawning a number of characters at the same time during the game, and seeing a major framerate hitch when we do so. After the characters have been spawned, we use SetSkinnedAssetA ...
Fix is found in licensee’s pull request:https://github.com/EpicGames/UnrealEngine/pull/10333/files ...
Trigger Delay is not behaving as described in it's current tooltip, i.e. "Executes output trigger after the given delay time from the most recent execution of the input trigger." Namely, it is outpu ...
User reports: I've noticed a bug with PlayMontageAndWait There are 4 possible triggers when a Montage completes:OnCompletedOnBlendOutOnInterruptedOnCancelled Once OnBlendout has been triggere ...
This seems to be caused by the following:The struct, which has an actor reference property as well as some other properties, implements its own NetSerialize function.When the actor reference propert ...
from licensee:"Expected behavior: The LOD selected to be edited should be saved correctly, allowing different remesh results to be saved as different LODs of the same mesh, _i.e. remesh with 1 cm t ...