Navigation
API > API/Runtime > API/Runtime/Engine
Deprecation response data.
| Name | FEdGraphNodeDeprecationResponse |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
Syntax
struct FEdGraphNodeDeprecationResponse
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MessageText | FText | Message text to display on the node and/or emit to the compile log. | EdGraph/EdGraphNode.h | |
| MessageType | EEdGraphNodeDeprecationMessageType | Message type. | EdGraph/EdGraphNode.h |