FKeyPropertyParams::FKeyPropertyParams

Creates new key property parameters for a manually triggered property change.

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 FPropertyPath & InPropertyPath,
    ESequencerKeyMode InKeyMode
)

Remarks

Creates new key property parameters for a manually triggered property change.

Parameters

Parameter

Description

InObjectsToKey

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

InPropertyPath

path get from the root object 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