PostEditChange should not be called on unchanged archetype instances
#jira UE-87829
#rb marc.audy
#ROBOMERGE-SOURCE: CL 11458955 in //UE4/Release-4.25/...
#ROBOMERGE-BOT: RELEASE (Release-4.25 -> Release-4.25Plus) (v654-11333218)
[CL 11458957 by sebastien lussier in 4.25-Plus branch]
#rb Matt.Kuhlenschmidt
[FYI] Matt.Kuhlenschmidt
#ROBOMERGE-OWNER: nick.darnell
#ROBOMERGE-AUTHOR: nick.darnell
#ROBOMERGE-SOURCE: CL 11358089 via CL 11358143 via CL 11358189
#ROBOMERGE-BOT: (v654-11333218)
[CL 11358651 by nick darnell in Main branch]
#rnx
#rb none
#ROBOMERGE-SOURCE: CL 10869241 via CL 10869527 via CL 10869904
#ROBOMERGE-BOT: (v613-10869866)
[CL 10870586 by ryan durand in Main branch]
meta=(GetOptions="FuncName")
..
UFUNCTION()
TArray<FString> FuncName() const; // Always return string array even if FName property.
#rb toolsslack
#ROBOMERGE-OWNER: Nick.Darnell
#ROBOMERGE-AUTHOR: nick.darnell
#ROBOMERGE-SOURCE: CL 10708709 via CL 10714402 via CL 10714492
#ROBOMERGE-BOT: (v610-10636431)
[CL 10715080 by Nick Darnell in Main branch]
Fix up nearby cases where ESearchCase::CaseSensitive should have been used
#jira
#rnx
#rb
#ROBOMERGE-OWNER: marc.audy
#ROBOMERGE-AUTHOR: marc.audy
#ROBOMERGE-SOURCE: CL 10309793 via CL 10309818
#ROBOMERGE-BOT: (v593-10286020)
[CL 10309932 by marc audy in Main branch]
#jira UE-83432
#rb none
#ROBOMERGE-SOURCE: CL 10122090 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v587-10111126)
[CL 10122091 by sebastian nordgren in Main branch]
#jira UE-83432
#rb paul.chipchase
#ROBOMERGE-SOURCE: CL 10122029 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v587-10111126)
[CL 10122030 by sebastian nordgren in Main branch]
Fixes bugs with data inside container classes that are inside of sparse class data. When we're inside of a container class the pointer offsets for the sparse data structure have already been taken into account and trying to account for it again will result in bad pointers.
#jira UE-81002
#rb Marc.Audy
#ROBOMERGE-SOURCE: CL 9698557 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v538-9681622)
[CL 9698676 by fred kimberley in Main branch]
This was causing a crash when deleting multiple entries from a map, because the physical index overruns the size of a copy of the map (eg. in an object created from a CDO), because that does not copy the gaps in the map.
#jira UE-75123
#rb matt.kuhlenschmidt
Source: 6968404 (Dev-Editor)
#ROBOMERGE-SOURCE: CL 7247482 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v367-6836689)
[CL 7247484 by sebastian nordgren in Main branch]
#jira UE-70503
#rb Lauren.Ridge
#ROBOMERGE-SOURCE: CL 7063314 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v367-6836689)
[CL 7063318 by francis hurteau in Main branch]
Also fix TSoftClassPtr to have an add new pointer like the other two and remove the duplicate reset to defaults button on soft object path
Based on PR #5406
#rb michael.noland
#fyi matt.kuhlenschmidt, lauren.ridge
[CL 5692964 by Ben Zeigler in Dev-Framework branch]