Navigation
API > API/Runtime > API/Runtime/Engine
Deprecation response message types.
| Name | EEdGraphNodeDeprecationMessageType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
Syntax
enum EEdGraphNodeDeprecationMessageType
{
None,
Note,
Warning,
}
Values
| Name | Remarks |
|---|---|
| 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. |