Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMoviePipelineSetting
- UMoviePipelineViewFamilySetting
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineViewFamilySetting.h |
| Include | #include "MoviePipelineViewFamilySetting.h" |
Syntax
UCLASS&40;Blueprintable, Abstract&41;
class UMoviePipelineViewFamilySetting : public UMoviePipelineSetting
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetupViewFamily
(
FSceneViewFamily& ViewFamily |
Allows all Output settings to affect the ViewFamily's Render settings before Rendering starts. |
Overridden from UMoviePipelineSetting
| Type | Name | Description | |
|---|---|---|---|
| bool | Can this configuration setting be added to the primary configuration? If not, it will throw an error when trying to add it to the primary configuration. | ||
| bool | Can this configuration setting be added to shots? If not, it will throw an error when trying to add it to a shot config. |