Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include | #include "TransactionCommon.h" |
Syntax
struct FGenerateObjectDiffOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| 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 |
Constructors
| Type | Name | Description | |
|---|---|---|---|