Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph
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.