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,
Ocio = 1 << 0,
ShowFlags = 1 << 1,
ViewMode = 1 << 2,
Visibility = 1 << 3,
EditorOnlyActors = 1 << 4,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Ocio | |
| ShowFlags | |
| ViewMode | |
| Visibility | |
| EditorOnlyActors |