Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
The aspects of the viewport that should be applied to the quick render.
| Name | EMovieGraphQuickRenderViewportLookFlags |
| Type | enum |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphQuickRenderSettings.h |
| Include Path | #include "Graph/MovieGraphQuickRenderSettings.h" |
Syntax
enum EMovieGraphQuickRenderViewportLookFlags
{
None = 0 UMETA(Hidden),
Ocio = 1 << 0 UMETA(DisplayName = "OCIO"),
ShowFlags = 1 << 1,
ViewMode = 1 << 2,
Visibility = 1 << 3,
EditorOnlyActors = 1 << 4 UMETA(DisplayName = "Show Editor-Only Actors"),
}
Values
| Name | Remarks |
|---|---|
| None | |
| Ocio | |
| ShowFlags | |
| ViewMode | |
| Visibility | |
| EditorOnlyActors |