Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
Include |
#include "EdGraph/EdGraphNode.h" |
enum EEdGraphNodeDeprecationMessageType
{
None,
Note,
Warning,
}
Name |
Description |
---|---|
None |
No message. The Blueprint will compile successfully. |
Note |
Emit the message as a |
Warning |
Emit the message as a Blueprint compiler warning. |
Deprecation response message types.