Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphModifierNode
Description
Sets the enable state (within this modifier) of the collection with the given name. Disabled collections will not be modified by this modifier node. Collections that are added to the modifier are enabled by default.
Virtual Inheritance
- IMovieGraphModifierNodeInterface::SetCollectionEnabled → UMovieGraphModifierNode::SetCollectionEnabled
| Name | SetCollectionEnabled |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphModifierNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphModifierNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphModifierNode.cpp |
virtual void SetCollectionEnabled
(
const FName & InCollectionName,
const bool bIsCollectionEnabled
)