Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineExecutorShot
Description
Gets the basic shot config overrides. Returns nullptr if no shot overrides are set. A non-null Basic config override does not imply the Basic config is the config that's in use; reference the job's GetConfigMode() for the config type that's active.
| Name | GetBasicShotConfig |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineQueue.h |
| Include Path | #include "MoviePipelineQueue.h" |
UFUNCTION (BlueprintPure, Category="Movie Render Pipeline")
UMoviePipelineBasicConfig * GetBasicShotConfig() const