Files
UnrealEngineUWP/Engine/Source/Editor/AnimationModifiers
Julien StJean fc230d79f2 Fixed Static analysis issues in interchange (fbxmesh.h) by changing the function GetMeshUniqueID from FbxHelper to return a empty string when the mesh is empty.
#fyi Richard.TalbotWatkins

Fixed Static analysis in AnimationModifier.cpp the CurrentAnimSequence ptr can't be null since it was deferenced at the line 75.

Fixed Static analysis in PackageStoreOptimizer for some reason the static analysis did like the way the check was presented.

Fixed Static analysis in SComponentClassCombo.cpp and SDisplayClusterConfiguratorComponentCombo.cpp changed the code so that the static analyser should understand it better.

#jira UE-120410
#rb Jean.MichelDignard

[CL 17071360 by Julien StJean in ue5-main branch]
2021-08-05 13:14:48 -04:00
..