Navigation
BlueprintAPI > BlueprintAPI/MovieGraph
Adds a new input member to the graph. Returns the new input on success, else nullptr.
The default name of the input is "Input". Optionally, InBaseName can be specified to add the input with a specific name. If the name "Input" (or the custom InBaseName) isn't available, a numerical suffix will be added.
Target is Movie Graph Config
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| text | In Base Name |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Return Value |