The outer cone angle will not have a default track created for it when it's added as a default property in the project settings. This seems to stem from the property having a setter function, and be ...
Child windows created as part of the editor startup process won't have a title. This happens because the native window hasn't yet been created when we set the title in FTabManager::RestoreArea_Helpe ...
From the UDN post: When the new entry is added, the entire tree gets wiped out as a result of the CDO swap, and when these update methods run it leaves the tree in a default expansion state. (Effect ...
UDebugSkelMeshComponent and PreviewInstance are lost current animation asset. There are 2 ways to fix below void UDebugSkelMeshComponent::InitAnim(bool bForceReinit) { // If we already have Pre ...
See steps to reproduce. Looks like the fixup when saying Yes to "Would you like to transfer the interface functions to be part of your blueprint" doesn't work correctly on the duplicated BP. Inter ...
UPaperSprite::PostLoad() now sets BakedSourceTexture, BakedSourceUV, and BakedSourceDimension (if AtlasGroup is nullptr). There's nothing in reimport that sets them, so they are stale/latch to the ...
Toggling between USD Stage Actors does not update the USD Stage window with the information from the selected USD Stage. Only the information from the last loaded USD Stage Actor is present. ...
When importing a file from Blender, UE creates the correct number of materials, but the number of textures is incorrect and is being overwritten, and not importing the correct amount. Tested and re ...
In this project, BP with Spot Light registered as Child Actor is placed. If we copy and build, the following warning will be displayed. BP_Spotlight_GEN_VARIABLE_BP_Spotlight_C_CAT_330 'BP_Spotlig ...
GPUScene primitive validation is currently busted and asserts. It looks like there are two problems: 1) NaN's in the entries can cause comparison issues, so a MemCmp would be better. 2) There's a ...