Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Write a string to a file.
| Name | FWriteStringToFile |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionDebugNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionDebugNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FWriteStringToFile : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FWriteStringToFile
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWriteStringToFile
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionDebugNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| FileContents | DATAFLOW_NODE_DEFINE_INTERNAL(FWriteStringToFile, "Write String to File", "GeometryCollection | Development", "") public FString | Contents of the file to write. | Dataflow/GeometryCollectionDebugNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionDebugNodes.h |