Creating a blueprint class, and then creating a few children of that class ( in this case, 4) does not display them as available options when setting the default value of a variable of that blueprin ...
USTRUCT(BlueprintType) struct FTestStruct { GENERATED_USTRUCT_BODY() UPROPERTY(BlueprintReadWrite) uint32 ValueC : 1 ; UPROPERTY(BlueprintReadWrite) uint32 ValueD : 1 ; }; A ...
When changing the value of Mass In Kg for a child of a Skeletal Mesh Actor, the value is getting multiplied with every select, deselect, and enter press on the value. The number the value is multipl ...
Running the console command r.DebugSafeZone.Mode 0 does not disable all overlays. The issue occurs when setting custom values in DefaultEngine.ini as well. Tested using the following settings: ...
When a widget with a spinbox is calls it's Destructor with "Multithreaded Destruction" enabled the engine crashes. I have tested in 4.23.1, 4.24.3, and 4.26 Main with "Multithreaded Destruction" dis ...
According to the user, if you install Linux toolchain, the binary build will allow you to package for it, and will not handle the failure gracefully ( https://forums.unrealengine.com/showthread.php? ...
After making some changes to a Data Table, attempting to PIE fails and returns this error message: Cannot Play In Editor When Performing Edit MemberVar_1 operation. This occurs after closing and sav ...
User requests that TSF_BGRA8 in SteamVRAssetManager.cpp be changed to TSF_RGBA8 to match OpenVR API https://github.com/ValveSoftware/openvr/wiki/IVRRenderModels::LoadRenderModel SteamVRAssetManage ...
A crash occurs when entering the console command, 'Freezerendering' in a packaged Windows 64 bit project. The freezerendering command is used for debugging and performance purposes. An interesting ...
A crash occurs when attempting to run the Pixel Inspector tool after entering 'r.GbufferFormat 3' What this does is defines the memory layout used for the GBuffer. (affects performance, mostly thro ...