Description
PathReplace (v1)
Replace part of a path The path is assumed to have the form Path/Names ( Path can have multiple / and folders and Names can have multiple names seperated by a .)
Input(s) : Path - Path to modify and return
Output(s): Path [Passthrough] - Path to modify and return
Information
| Module | DataflowEngine |
| Category | Path |
| Tags | Folder File Name String |
| Type | FDataflowPathReplaceNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| PathRules | Rules to apply to the folder part of the path Note that Rules are applied in order | TArray | |
| NameRules | Rules to apply to the name part of the path Note that Rules are applied in order | TArray |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Path | Path to modify and return | FString |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Path | Path to modify and return | FString |