Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphShowFlags
Description
Sets the enable/disable state for a specific show flag. The flag must be marked as overridden for this to have an effect.
| Name | SetShowFlagEnabled |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Renderers/MovieGraphShowFlags.h |
| Include Path | #include "Graph/Renderers/MovieGraphShowFlags.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Renderers/MovieGraphShowFlags.cpp |
void SetShowFlagEnabled
(
const uint32 ShowFlagIndex,
const bool bIsShowFlagEnabled
)