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