Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/IMovieGraphModifierNodeInterface
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.
Derived Overrides
| Name | SetCollectionEnabled |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphModifierNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphModifierNode.h" |
UFUNCTION (BlueprintCallable, Category="Modifiers")
virtual void SetCollectionEnabled
(
const FName & InCollectionName,
const bool bIsCollectionEnabled
)