Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/FDataflowEditorToolkit
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void LogMessage
(
const EMessageSeverity::Type Severity, |
Dataflow/DataflowEditorToolkit.h | ||
void LogMessage
(
const EMessageSeverity::Type Severity, |
Dataflow/DataflowEditorToolkit.h |
LogMessage(const EMessageSeverity::Type, const FDataflowNode , const FDataflowOutput , const FString &)
| Name | LogMessage |
| Type | function |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowEditorToolkit.h |
| Include Path | #include "Dataflow/DataflowEditorToolkit.h" |
| Source | /Engine/Plugins/Dataflow/Source/DataflowEditor/Private/Dataflow/DataflowEditorToolkit.cpp |
void LogMessage
(
const EMessageSeverity::Type Severity,
const FDataflowNode * Node,
const FDataflowOutput * Output,
const FString & Message
) const
LogMessage(const EMessageSeverity::Type, const FDataflowNode , const FDataflowOutput , const FText &)
| Name | LogMessage |
| Type | function |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowEditorToolkit.h |
| Include Path | #include "Dataflow/DataflowEditorToolkit.h" |
| Source | /Engine/Plugins/Dataflow/Source/DataflowEditor/Private/Dataflow/DataflowEditorToolkit.cpp |
void LogMessage
(
const EMessageSeverity::Type Severity,
const FDataflowNode * Node,
const FDataflowOutput * Output,
const FText & Message
) const