Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UAnimBlueprint
- UBlueprint::FindDiffs()
- UAnimBlueprint::FindDiffs()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimBlueprint.h |
| Include | #include "Animation/AnimBlueprint.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AnimBlueprint.cpp |
virtual bool FindDiffs
(
const UBlueprint * OtherBlueprint,
FDiffResults & Results
) const
Remarks
Fills in a list of differences between this blueprint and another blueprint. Default blueprints are handled by SBlueprintDiff, this should be overridden for specific blueprint types. True if these blueprints were checked for specific differences, false if they are not comparable
Parameters
| Name | Description |
|---|---|
| OtherBlueprint | Other blueprint to compare this to, should be the same type |
| Results | List of diff results to fill in with type-specific differences |