Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphConfig
Description
Adds a new output member to the graph. Returns the new output on success, else nullptr.
The default name of the output is "Output". Optionally, InBaseName can be specified to add the output with a specific name. If the name "Output" (or the custom InBaseName) isn't available, a numerical suffix will be added.
| Name | AddOutput |
| 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")
UMovieGraphOutput * AddOutput
(
const FText & InBaseName
)