Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Data Link Replace String Entry' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Data Link Replace String Entry |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Pattern | The regex pattern to match |
| string | Replacement | The replacement string, can use capture groups with $ (e.g. $1) |