Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphShowFlags
Description
Applies a default value to the show flags. However, the default will not be applied if a user has already specified an override for the flag. This should generally only be called from renderers in order for them to specify defaults that are relevant.
| Name | ApplyDefaultShowFlagValue |
| 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 ApplyDefaultShowFlagValue
(
const uint32 ShowFlagIndex,
const bool bShowFlagState
)