Running a dedicated server with the setup in this fairly simply project causes a crash when a client connects. I'm unaware of the actual cause but getting the reproduction was all I could do. Logs ...
Attempting to connect to Source control causes the editor to crash immediately. According to Travis.L this only affects Binary builds. Regression: YES - Connecting to source control worked as expec ...
When FAssetRegistry::SaveRegistryData() is invoked for a umap redirector it will fail the check check(!bIsMap || (InDependencyType == EAssetRegistryDependencyType::Soft)); Because the redirector ...
A customer has had problems running a game with a splash screen when passing -game flag to the editor. UpdateSpashScreen will call GetCurrentFrame, which can return a nullptr but fails to verify it ...
The Game view cannot be changed in Orthographic view despite that the Orthographic views can be affected by the game view options. This issue does not appear to be a regression. Versions Tested: Is ...
Adding a code class to a blueprint project causes the editor to crash after attempting to hot reload. This only occurs for a fully bluprint project, code projects or BP projects that have already h ...
When a blueprint (A) contains a instanced reference to another blueprint (B) that is EditInlineNew, changing a value B causes the associated variable in A to display as "Multiple Vaules" Workaround ...
Playing a sine wave as an audio sample in the editor produces a choppy sound when it does not outside of the editor. This issue does not appear to be a regression. Versions Tested: Issue occurs in ...
Alternatively use BP_ParentClassIsMissingType in QAGame ...
Looks like this only happens for shots. I think this is because the tick prerequisites get set up on the frame of evaluation, and the skeletal mesh component doesn't get ticked until the next frame. ...