Choose your operating system:
Windows
macOS
Linux
| FCurveModel
|
Module |
|
Header |
/Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/ControlRigSpaceChannelCurveModel.h |
Include |
#include "ControlRigSpaceChannelCurveModel.h" |
class FControlRigSpaceChannelCurveModel : public FKeyBarCurveModel
Name | Description | |
---|---|---|
|
FControlRigSpaceChannelCurveModel ( |
Name | Description | ||
---|---|---|---|
|
BuildContextMenu ( |
||
|
FindRanges() |
Find all of the ranges in this model. This should return an increasing set of ranges. |
Name | Description | ||
---|---|---|---|
|
AddKeys ( |
Add keys to this curve |
|
|
CreateKeyProxies ( |
Create key proxy objects for the specified key handles. |
|
|
DrawCurve ( |
Draw the curve for the specified curve editor by populating an array with points on the curve between which lines should be drawn |
|
|
Evaluate ( |
Evaluate this curve at the specified time |
|
|
const void &... |
GetCurve() |
|
|
GetCurveAttributes ( |
Retrieve curve attributes for this curve |
|
|
GetKeyAttributes ( |
Retrieve all key attributes that pertain to the specified input key handles |
|
|
GetKeyDrawInfo ( |
Populate the specified draw info structure with data describing how to draw the specified point type |
|
|
GetKeyPositions ( |
Retrieve all key positions that pertain to the specified input key handles |
|
|
GetKeys ( |
Retrieve all keys that lie in the specified time and value range |
|
|
GetNeighboringKeys ( |
Get neighboring keys given the key handle |
|
|
GetNumKeys() |
Get the number of keys |
|
|
GetTimeRange ( |
Get range of input time. |
|
|
GetValueRange ( |
Get range of output values. |
|
|
Modify() |
Explicitly modify the curve data. Called before any change is made to the curve. |
|
|
RemoveKeys ( |
Remove all the keys with the specified key handles from this curve |
|
|
SetCurveAttributes ( |
Assign curve attributes for this curve |
|
|
SetKeyAttributes ( |
Assign key attributes for the specified key handles |
|
|
SetKeyPositions ( |
Assign key positions for the specified key handles |
Name |
Description |
---|---|
ViewID |