Creating a Sequence with an event track that calls SetPlaybackPosition to a time prior to the event key will cause a crash 100% of the time. This will occur even if the event is set up to only fire ...
Stub functions generated for unconverted assets as dependencies of nativized assets do not properly handle output parameters (the result is not assigned after the ProcessEvent() call). Suggested fi ...
There is this new variable. bDisableExposure which is set true when Feature level isn't SM5. Exposure bias should be supported on other platforms too. PR: https://github.com/EpicGames/UnrealEngine/ ...
The editor crashes if a BT is changed while its Blackboard has an Object type key with its BaseClass set to None (null). There is no warning or log alerting the user that setting the BaseClass to No ...
If a Material Parameter Collection with a Scalar Parameter is used within a material and that material is called within a widget the scalar parameter will render with a 0 value, even when set to ano ...
Even after assigning associated bones and mesh to the module, the emitter is spawning a number of sprites at the emitter origin. See Picture Attached This may be related to an earlier reported iss ...
When changing a property on a large number of textures via the Property Matrix, memory usage can spike to over 26G. Tested in Main (Promotable-CL-2423505) Probably related to [Link Removed] ...
The pixel format conversion code in MediaTextureResource is currently reusing the global bound shader state for different pixel shaders. This is not supported. There needs to be one shader state per ...
We should support not having a source directory at all, unless the plugin needs to be linked against. Related to [Link Removed]. See also: https://forums.unrealengine.com/showthread.php?53710-Prebu ...
This was discovered in live build and posted in UE Forums that based on changes to OSS, users (binary specifically) can no longer create their own OSS plugins as it requires modifying the Engine Sou ...