FChannelCurveModel::SetKeyPositions

Assign key positions for the specified key handles

Windows
MacOS
Linux

Override Hierarchy

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/Channels/ChannelCurveModel.h

Include

#include "Channels/ChannelCurveModel.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/Channels/ChannelCurveModel.cpp

Syntax

virtual void SetKeyPositions
(
    TArrayView< const FKeyHandle > InKeys,
    TArrayView< const FKeyPosition > InKeyPositions,
    EPropertyChangeType::Type ChangeType
)

Remarks

Assign key positions for the specified key handles

Parameters

Parameter

Description

InKeys

Array of key handles to set positions for

InKeyPositions

Array of desired key positions to be applied to each of the corresponding key handles

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