Added functionality to a blueprint component through code and built the project in VS. After a hot reload, I saved the blueprint and closed the editor. Reopening the editor and the blueprint cause ...
User found that our editor mode functions don't do static casts, and thus you can cast to classes that don't share a common base class with the pointer class we're casting from, resulting in some na ...
Currently FInternetAddrBSDIPv6::SetIp(const CHAR* InAddr, bool& bIsValid) does not handle all valid formats of IPv6 addresses. Need to rework the function to be more robust, and properly handle all ...
When opening a new asset editor in the same window as matinee, the 'Add Key' button for animation tracks will no longer function. This is due to FSlateApplication::ActiveTopLevelWindow being reset a ...
Handling SIGTERM can deadlock because RequestExit() can log stuff. If we happen to be in the malloc at that time of receiving the signal this is going to deadlock the process. In general, we should ...
After disabling Static Lighting, shadows only render for Tessellated Landscape when being selected in the World Outliner instead of rendering all of them regardless if it is selected. Tested in 4.2 ...
When using the ConstructorHelpers templated function, FObjectFinder, with Niagara assets, the editor crashes. Tested in 4.21.2 (CL - 4753647), 4.22 (CL - 5660361), 4.23 (CL - 5806860) ...
The Show Flags for Fog no longer function correctly when in Unlit mode. Tested in 4.21.2 (CL - 4753647), 4.22.2 (CL - 6574378), 4.23 (CL - 6925347) ...
UGameplayAbility::ConfirmTaskByInstanceName() has an incorrect code comment that was copied and pasted from UGameplayAbility::CancelAbility(). The comment for UGameplayAbility::ConfirmTaskByInstance ...
The rotation parameter of video materials does not function in Twinmotion 2024.1.2 and Twinmotion 2025.1 PR. Adjusting the slider does not have any effect. Feature last worked in Twinmotion 2023.2 ...