EEdGraphNodeDeprecationMessageType

Deprecation response message types.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h

Include

#include "EdGraph/EdGraphNode.h"

Syntax

enum EEdGraphNodeDeprecationMessageType
{
    None,
    Note,
    Warning,
}

Values

Name

Description

None

No message. The Blueprint will compile successfully.

Note

Emit the message as a note at compile time.

Warning

Emit the message as a Blueprint compiler warning.

Remarks

Deprecation response message types.

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