Navigation
API > API/Runtime > API/Runtime/Engine
Deprecation types for node response.
| Name | EEdGraphNodeDeprecationType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
Syntax
enum EEdGraphNodeDeprecationType
{
NodeTypeIsDeprecated,
NodeHasDeprecatedReference,
}
Values
| Name | Remarks |
|---|---|
| NodeTypeIsDeprecated | The node type is deprecated. |
| NodeHasDeprecatedReference | The node references a deprecated member or type (e.g. variable or function). |