Navigation
API > API/Runtime > API/Runtime/DataflowCore
Print value in the log Supports any type comnvertible to a string
| Name | FDataflowPrintNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowCoreNodes.h |
| Include Path | #include "Dataflow/DataflowCoreNodes.h" |
Syntax
USTRUCT ()
struct FDataflowPrintNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowPrintNode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | FDataflowStringConvertibleTypes | Dataflow/DataflowCoreNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual DATAFLOW_NODE_DEFINE_INTERNAL(FDataflowPrintNode, "Print", "Core", "") public void Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation | Dataflow/DataflowCoreNodes.h |