If a user uses Alt-tab to change to another window, the ReceivedFocus and LostFocus functions are not called as they would usually be called when using something such as Shift+F1 or Ctrl+Esc. Note: ...
Platforms .ini config files can end up with incorrect data, due to how ProjectSettings manages the config data. On a Windows machine, if we open the ProjectSettings window, all the data is going to ...
This is a longstanding but low frequency Mac crash. User DescriptionsChanging camera shake values and testing in a new editor window Callstack from Log[2017.11.09-19.23.22:392][ 63]LogMaterial: Mi ...
Blueprints using renamed variable do not indicate that they need to be recompiled. (However errors are shown on play) It is possible to not see an error if you add a variable with the same name as ...
Method FNiagaraScalabilityManager::ProcessSignificance() iterates on indices from Context.SignificanceIndices and uses them to access the State and ManagedComponents arrays. It can then decide to cr ...
The crash only occurs if the additional skeletal mesh component is used with Set Master Pose Component (see ToggleAttach function in the TopDownCharacter BP). It doesn't seem to matter what mesh we' ...
When the player at index 0 sets its user focus it will cause other players to lose input. This does not occur when setting the user focus of players with an index higher than 0. ...
GeometryCollectionPhysicsProxy::FieldParameterUpdateCallback() not removing invalid Commands, leading to performance issues. The licensee has provided their analysis: We seem to have stumbled acro ...
Occurs on? 4.16 - 3466753 - YES 4.17 - 3521650 - YES Error message: Assertion failed: RefBonePose.Num() == NumBones [Link Removed] [Line: 4400] Source Context:4387 ResetAnimation(); 4388 ...
The source of the problem seems to be using IOptionsSnapshot with a Singleton. Per the MS documentation for IOptionsSnapshot, "Is registered as Scoped and therefore can't be injected into a Singleto ...