UAnimBlueprint::FindDiffs

Fills in a list of differences between this blueprint and another blueprint.

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

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.

Returns

True if these blueprints were checked for specific differences, false if they are not comparable

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss