Choose your operating system:
Windows
macOS
Linux
| FCurveModel::GetKeyAttributes()
|
Module |
|
Header |
/Engine/Source/Editor/CurveEditor/Public/RichCurveEditorModel.h |
Include |
#include "RichCurveEditorModel.h" |
Source |
/Engine/Source/Editor/CurveEditor/Private/RichCurveEditorModel.cpp |
virtual void GetKeyAttributes
(
TArrayView< const FKeyHandle > InKeys,
TArrayView< FKeyAttributes > OutAttributes
) const
Retrieve all key attributes that pertain to the specified input key handles
Parameter |
Description |
---|---|
InKeys |
Array of key handles to get attributes for |
OutAttributes |
Array to receive key attributes, one per index of InKeys |