EPropertyDiffType::Type

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/DiffUtils.h

Include

#include "DiffUtils.h"

Syntax

namespace EPropertyDiffType
{
    enum Type
    {
        Invalid,
        PropertyAddedToA,
        PropertyAddedToB,
        PropertyValueChanged,
    }
}

Values

Name

Description

Invalid

PropertyAddedToA

PropertyAddedToB

PropertyValueChanged

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