ISequencerSection::RequestDeleteKeyArea

Called when the user requests that a key area 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 RequestDeleteKeyArea
(
    const TArray< FName > & KeyAreaNamePath
)

Remarks

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

Returns

Whether or not the key area was deleted.

Parameters

Parameter

Description

KeyAreaNamePath

An array of names representing the path of to the key area to delete, starting with any categories which contain the key area.

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