Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Class to handle the OutputLog widget
| Name | FDataflowOutputLog |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowOutputLog.h |
| Include Path | #include "Dataflow/DataflowOutputLog.h" |
Syntax
class FDataflowOutputLog : public FDataflowNodeView
Inheritance Hierarchy
- FGCObject → FDataflowNodeView → FDataflowOutputLog
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataflowOutputLog
(
TObjectPtr< UDataflowBaseContent > InContent |
Dataflow/DataflowOutputLog.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDataflowOutputLog() |
Dataflow/DataflowOutputLog.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnOutputLogMessageTokenClicked | TMulticastDelegate_OneParam< void, const FString > | Dataflow/DataflowOutputLog.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MessageLogListing | TSharedPtr< IMessageLogListing > | Dataflow/DataflowOutputLog.h | ||
| OnOutputLogMessageTokenClickedDelegate | FOnOutputLogMessageTokenClicked | Dataflow/DataflowOutputLog.h | ||
| OutputLogWidget | TSharedPtr< SWidget > | Dataflow/DataflowOutputLog.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddMessage
(
const EMessageSeverity::Type InSeverity, |
Dataflow/DataflowOutputLog.h | ||
void ClearMessageLog() |
Dataflow/DataflowOutputLog.h | ||
TSharedRef< IMessageLogListing > GetMessageLog() |
Dataflow/DataflowOutputLog.h | ||
FOnOutputLogMessageTokenClicked & GetOnOutputLogMessageTokenClickedDelegate() |
Dataflow/DataflowOutputLog.h | ||
TSharedPtr< SWidget > GetOutputLogWidget() |
Dataflow/DataflowOutputLog.h |