Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UBlueprint
Description
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.
Derived Overrides
| Name | FindDiffs |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Blueprint.h |
| Include Path | #include "Engine/Blueprint.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Blueprint.cpp |
virtual bool FindDiffs
(
const UBlueprint * OtherBlueprint,
FDiffResults & Results
) const
True if these blueprints were checked for specific differences, false if they are not comparable
Parameters
| Name | Remarks |
|---|---|
| OtherBlueprint | Other blueprint to compare this to, should be the same type |
| Results | List of diff results to fill in with type-specific differences |