ETreeDiffType::Type

Windows
MacOS
Linux

References

Module

Kismet

Header

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

Include

#include "DiffUtils.h"

Syntax

namespace ETreeDiffType
{
    enum Type
    {
        NODE_ADDED,
        NODE_REMOVED,
        NODE_TYPE_CHANGED,
        NODE_PROPERTY_CHANGED,
        NODE_MOVED,
    }
}

Values

Name

Description

NODE_ADDED

NODE_REMOVED

NODE_TYPE_CHANGED

NODE_PROPERTY_CHANGED

NODE_MOVED

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