Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphConfig
Description
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.
| Name | AddInput |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include Path | #include "Graph/MovieGraphConfig.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphConfig.cpp |
UFUNCTION (BlueprintCallable, Category="Movie Graph")
UMovieGraphInput * AddInput
(
const FText & InBaseName
)