Editor Utility Widgets (EUW) can be used to script editor behavior. One use case is the automation of asset creation. A licensee has reported that when an EUW is used to create an asset, for as lon ...
There seems to be something wrong with how we close menus and submenus as submenus are opened and closed based on mouse interaction. In particular, we seem to sometimes close the whole menu hierarch ...
Calling UStaticMeshComponent::GetMaterial() during a Blueprint compile on load can cause the Material shader to fail to compile because GetMaterial will trigger a PostLoad call on that Material and ...
Some animation node such as State Weight and Get Relevant Anim Time Remaining contains state name within in parentheses. But already-placed node does not update their name even thought the reference ...
This is an issue related to the behavior of the FlushPressedKeys function when called manually while a button is held. Once the function is called in C++, a Pressed event gets triggered even though ...
Blocky artifacts and flickering are sometimes visible when using VRS and decals. Setting r.VRS.Decals=0 removes the flickering. See Additional Info URL for details. ...
The code in MovieSceneSkeletalAnimationSystem.cpp storages montage data on a per skeletal mesh component, per section basis. This (and a few other bits of logic) cause issues for external UDN user w ...
It is possible to cause an editor crash when changing a the value of a node involved with a reentrant expression. See the steps to reproduce for more information. Specifically, the crash occurs whe ...
Material Functions cannot output Texture Objects or Booleans. This seems to be because the Material Editor believes that the outputs are Floats, and forbid connections to inputs that take Textures ...
Primarily visible at very low internal resolutions (25-33%), the SSS checkerboard with an RGB scene colour format (r.SceneColorFormat 3) causes a double-image artefact both internally and on the sil ...