| ArchetypeOptions |
FGetDiffableObjectOptions |
Options used when getting the diffable state of archive objects |
TransactionCommon.h |
|
| bDiffDataEvenIfPendingKill |
bool |
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. |
TransactionCommon.h |
|
| bFullDiff |
bool |
Should we perform a "full" diff? (compares object info, and considers any missing properties to have been changed) |
TransactionCommon.h |
|
| ShouldSkipProperty |
TFunction< bool(FName)> |
Optional function used to skip comparing certain properties within the diffable data |
TransactionCommon.h |
|