FCurveModel::SetKeyAttributes

Helper function for assigning a the same attributes to a number of keys

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

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/CurveModel.h
Include #include "CurveModel.h"
Source /Engine/Source/Editor/CurveEditor/Private/CurveModel.cpp
void SetKeyAttributes
(
    [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FKeyHandle](API\Runtime\Engine\Curves\FKeyHandle) > InKeys,
    const [FKeyAttributes](API\Editor\CurveEditor\FKeyAttributes) & InAttributes,
    [EPropertyChangeType::Type](API\Runtime\CoreUObject\UObject\Type) ChangeType
)

Remarks

Helper function for assigning a the same attributes to a number of keys


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library