FCurveModel::GetKeyAttributes

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

Unreal Engine C++ API Reference > Editor > CurveEditor > FCurveModel

  • FCurveModel::GetKeyAttributes()

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/CurveModel.h
Include #include "CurveModel.h"
virtual void GetKeyAttributes
(
    [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FKeyHandle](API\Runtime\Engine\Curves\FKeyHandle) > InKeys,
    [TArrayView](API\Runtime\Core\Containers\TArrayView)< [FKeyAttributes](API\Editor\CurveEditor\FKeyAttributes) > OutAttributes
) const

Remarks

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

Parameters

Name Description
InKeys Array of key handles to get attributes for
OutAttributes Array to receive key attributes, one per index of InKeys

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library