Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Concatenates strings together to make a new string
| Name | FStringAppendDataflowNode_v2 |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionNodes.h" |
Syntax
USTRUCT ()
struct FStringAppendDataflowNode_v2 : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FStringAppendDataflowNode_v2
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStringAppendDataflowNode_v2
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionNodes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| NumInitialVariableInputs | int32 | Dataflow/GeometryCollectionNodes.h | |
| NumOtherInputs | int32 | Dataflow/GeometryCollectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| String | DATAFLOW_NODE_DEFINE_INTERNAL(FStringAppendDataflowNode_v2, "StringAppend", "Utilities | String", "") private FString | Dataflow/GeometryCollectionNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UE::Dataflow::TConnectionReference< FDataflowStringConvertibleTypes > GetConnectionReference
(
int32 Index |
Dataflow/GeometryCollectionNodes.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< UE::Dataflow::FPin > AddPins() |
Dataflow/GeometryCollectionNodes.h | ||
virtual bool CanAddPin() |
Dataflow/GeometryCollectionNodes.h | ||
virtual bool CanRemovePin() |
Dataflow/GeometryCollectionNodes.h | ||
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionNodes.h | ||
virtual TArray< UE::Dataflow::FPin > GetPinsToRemove() |
Dataflow/GeometryCollectionNodes.h | ||
virtual void OnPinRemoved
(
const UE::Dataflow::FPin& Pin |
Dataflow/GeometryCollectionNodes.h | ||
virtual void PostSerialize
(
const FArchive& Ar |
Dataflow/GeometryCollectionNodes.h |