ISequencerSection::RequestDeleteCategory

Called when the user requests that a category from this section be deleted.

Windows
MacOS
Linux

References

Module

Sequencer

Header

/Engine/Source/Editor/Sequencer/Public/ISequencerSection.h

Include

#include "ISequencerSection.h"

Syntax

virtual bool RequestDeleteCategory
(
    const TArray< FName > & CategoryNamePath
)

Remarks

Called when the user requests that a category from this section be deleted.

Returns

Whether or not the category was deleted.

Parameters

Parameter

Description

CategoryNamePath

An array of category names which is the path to the category to be deleted.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss