FAddKeyOperation::FromNodes

Construct an operation from any set of display nodes.

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "SequencerAddKeyOperation.h"

Source

/Engine/Source/Editor/Sequencer/Private/SequencerAddKeyOperation.cpp

Syntax

static FAddKeyOperation FromNodes
(
    const TSet< TSharedRef< FSequencerDisplayNode >> & InNodes
)

Remarks

Construct an operation from any set of display nodes. Each node in the set will receive keys for all decendant key areas.

Parameters

Parameter

Description

InNodes

A set of all the nodes to key

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