Marking a function as BlueprintPure will result in a UHT build failure in Visual Studio if the function returns an ENetMode value. The ENetMode enum is not marked as a UENUM(), causing the build to ...
Performing operations on a Landscape with simplified collision can result in an assertion ...
The Editor will hang on Mac if Japanese input is selected on the Mac and the window to select the parent class for a new Blueprint is opened with the All Classes section expanded. REGRESSION: No. T ...
`check(Samples.Pop());` this kind of `Pop()` inside of a `check()` is in a few places in MediaSampleQueue.h and MediaSamples.cpp but `check()` expands to nothing in Shipping/Test, so, required work ...
D3D12 needs to check the flag D3D12_FEATURE_DATA_D3D12_OPTIONS6::AdditionalShadingRatesSupported and filter out VRS modes that aren't supported. This flag should be put into something like "GRHISupp ...
When changing the variable type or return type of a function in code and hot reload in the editor, blueprints that use the variable/function do not have their pins updated until the editor is closed ...
Project fails to launch onto windows and mac CRC client only comes up for mac ...
Generated from CrashReporter ...
In case of running a packaged build the file can't be written on the G drive. HandleMemReportDeferredCommand writes to a relative path by default, but such files should be written to the developer ...