Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphConfig
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include | #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
)
Remarks
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.