 |
FGetDiffableObjectOptions |
ArchetypeOptions |
Options used when getting the diffable state of archive objects |
 |
bool |
bDiffDataEvenIfPendingKill |
Should we diff the object state even if it's considered pending kill? When false: If the old object was pending kill and the new object isn't, then the diff will be performed against the archetype of the new object. |
 |
bool |
bFullDiff |
Should we perform a "full" diff? (compares object info, and considers any missing properties to have been changed) |
 |
TFunction< bool(FName)> |
ShouldSkipProperty |
Optional function used to skip comparing certain properties within the diffable data |