FKeyPropertyParams::FKeyPropertyParams

Creates new key property parameters from an actual property change notification with a property handle.

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "KeyPropertyParams.h"

Source

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

Syntax

FKeyPropertyParams
(
    TArray< UObject * > InObjectsToKey,
    const IPropertyHandle & InPropertyHandle,
    ESequencerKeyMode InKeyMode
)

Remarks

Creates new key property parameters from an actual property change notification with a property handle.

Parameters

Parameter

Description

InObjectsToKey

an array of the objects who's property will be keyed.

InPropertyHandle

a handle to the property to be keyed.

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