Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetKeyAttributes
(
TArrayView< const FKeyHandle > InKeys, |
Assign key attributes for the specified key handles | CurveModel.h | |
void SetKeyAttributes
(
TArrayView< const FKeyHandle > InKeys, |
Helper function for assigning a the same attributes to a number of keys | CurveModel.h |
SetKeyAttributes(TArrayView< const FKeyHandle >, TArrayView< const FKeyAttributes >, EPropertyChangeType::Type)
Description
Assign key attributes for the specified key handles
| Name | SetKeyAttributes |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveModel.h |
| Include Path | #include "CurveModel.h" |
virtual void SetKeyAttributes
(
TArrayView < const FKeyHandle > InKeys,
TArrayView < const FKeyAttributes > InAttributes,
EPropertyChangeType::Type ChangeType
)
Parameters
| Name | Remarks |
|---|---|
| InKeys | Array of key handles to set attributes for |
| InAttributes | Array of desired key attributes to be applied to each of the corresponding key handles |
SetKeyAttributes(TArrayView< const FKeyHandle >, const FKeyAttributes &, EPropertyChangeType::Type)
Description
Helper function for assigning a the same attributes to a number of keys
| Name | SetKeyAttributes |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveModel.h |
| Include Path | #include "CurveModel.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/CurveModel.cpp |
void SetKeyAttributes
(
TArrayView < const FKeyHandle > InKeys,
const FKeyAttributes & InAttributes,
EPropertyChangeType::Type ChangeType
)