Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineConfigBase
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineConfigBase.h |
| Include | #include "MoviePipelineConfigBase.h" |
UFUNCTION (BlueprintCallable, Category="Movie Render Pipeline")
UMoviePipelineConfigBase * GetConfigOrigin() const
Remarks
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.