ISequencer::SetFilterOn

Turn on/off the filter with the specified name The name of the of the filter Whether or not the filter is on or off.

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "ISequencer.h"

Syntax

void SetFilterOn
(
    const FText & InName,
    bool bOn
)

Remarks

Turn on/off the filter with the specified name The name of the of the filter Whether or not the filter is on or off.

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