Navigation
API > API/Plugins > API/Plugins/AvalancheMRQ
Inheritance Hierarchy
- UObject
- UMoviePipelineSetting
- UAvaMRQRundownPageSetting
References
| Module | AvalancheMRQ |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMRQ/Public/AvaMRQRundownPageSetting.h |
| Include | #include "AvaMRQRundownPageSetting.h" |
Syntax
UCLASS (MinimalAPI, DisplayName="Rundown Page")
class UAvaMRQRundownPageSetting : public UMoviePipelineSetting
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAvaMRQRundownPage | RundownPage |
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. | ||
| void | SetupForPipelineImpl
(
UMoviePipeline* InPipeline |