Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineConfigBase
Description
Gets the config that this config was originally based on (if any). The origin will only be set on transient configs; the origin will be nullptr for non-transient configs because the origin will be this object.
| Name | GetConfigOrigin |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineConfigBase.h |
| Include Path | #include "MoviePipelineConfigBase.h" |
UFUNCTION (BlueprintCallable, Category="Movie Render Pipeline")
UMoviePipelineConfigBase * GetConfigOrigin() const