Files
UnrealEngineUWP/Engine/Source/Editor/PropertyEditor
sebastian nordgren 7436ea67f4 Duplicating array entries containing a null UObject*/TObjectPtr no longer crashes.
We were blindly assuming that CurrentObject was non-null and crashing on CurrentObject->GetOuter(), even though DuplicateObject() itself was safe to call with null.

#review-20365567 @lauren.barnes
#jira UE-151124
#preflight 628e4dccf622d972b58a1e26

[CL 20429746 by sebastian nordgren in ue5-main branch]
2022-05-30 07:06:45 -04:00
..