When a game is compiled with ray tracing disabled (D3D12_RHI_RAYTRACING=0) and the GPU the game is running on becomes low on VRAM, frame time is negatively impacted and doesn't recover. The D3D12_RH ...
If a user-defined struct-type variable is declared in one Blueprint, and that variable is then indirectly accessed in a second Blueprint through a reference to the first Blueprint, modifying the str ...
IsEditorOnly is not reflected in grandchild actor when parent/child/grandchild are constructed with ChildActorComponent. This causes the issue that actor will increase incorrect when save the level. ...
If two code components have the same TEXT("") name in the CreateDefaultSubobject call the code will compile correctly but the editor will freeze when adding an instance of the class or classBP to th ...
From the UDN licensee: I put together a draft PR of something that should work. As I mentioned in the PR, this works as expected with one caveat; in SPinComboBox::Construct we are hardcoding the to ...
Component tags do not register when checked within blueprints. ...
When the function UDataTableFunctionLibrary::FillDataTableFromCSVString() is used from Editor Utility Blueprints or Python Scripts, and the contents of the affected Data Table are currently being vi ...
User Description: "SCurveEditor, class which is used for float ramps, seems to trigger OnCurveChanged events for the underlying curve; however SColorGradientEditor (constructed by SCurveEditor) seem ...
"The test event is set up using the default CE port, but every time an event is sent through the launcher the display receives the input and processes it, however the launcher will "hang" and stop ...
For 4.8, we moved LinuxNativeDialogs, a third-party library, to a different location (and also changed its API somewhat, so the old library is binary incompatible). However, some users apparently a ...