Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/IMovieGraphModifierNodeInterface
Description
Removes a collection identified by the given name. Returns true if the collection was found and removed successfully, else false.
Derived Overrides
| Name | RemoveCollection |
| 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 bool RemoveCollection
(
const FName & InCollectionName
)