The keyed transform value will have the origin offset applied to it when it should not be. ...
This is a regression.This does not affect UE5. Creating a function with parameter type TEnumAsByte<MyEnum> will crash while compiling. In 4.26 and UE5 the code compiles without issue, and the user ...
Reverting to the fix in [Link Removed] (CL#17788567) will avoid the crash. ...
This is not a regression. Doesn't affect UE5. The editor crashes on start up after enabling EOS Voice Chat, and updating the .ini to include DefaultPlatformService=EOS. Removing DefaultPlatformServ ...
UGameUserSettings just uses the ini file system and GameUserSettings to save/load user settings. on tvOS these files are not truly persistent and we should support loading GameUserSettings from iClo ...
This is not a regression. Tested in: //UE5/Main CL18218925 Binary - Crashed //UE5/Release-5.0 CL16682836 Binary - Crashed //UE4/Release-4.27 CL Binary - Crashed Having a level open that contains a ...
Infrequent WaitingTask->IsCompleted crash related to FNiagaraSubmixListener closing QAGame -game Unsure if related to [Link Removed] it was spawned from a group of oodle crashes and this is distinc ...
Const version of function is not used elsewhere in the engine so it usually gets skipped when compiling. Produces the following error when compiling: UnrealEngine\Engine\Source\Runtime\Navigation ...