FFloatChannelCurveModel::GetKeyAttributes

Retrieve all key attributes that pertain to the specified input key handles

Windows
MacOS
Linux

Override Hierarchy

FCurveModel::GetKeyAttributes()

FFloatChannelCurveModel::GetKeyAttributes()

References

Module

MovieSceneTools

Header

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

Include

#include "Channels/FloatChannelCurveModel.h"

Source

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

Syntax

virtual void GetKeyAttributes
(
    TArrayView< const FKeyHandle > InKeys,
    TArrayView< FKeyAttributes > OutAttributes
) const

Remarks

Retrieve all key attributes that pertain to the specified input key handles

Parameters

Parameter

Description

InKeys

Array of key handles to get attributes for

OutAttributes

Array to receive key attributes, one per index of InKeys

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