Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/Channels
Inheritance Hierarchy
- FCurveModel
- FChannelCurveModel
- FBezierChannelCurveModel
- FDoubleChannelCurveModel
- FFloatChannelCurveModel
- FBoolChannelCurveModel
- FIntegerChannelCurveModel
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/Channels/ChannelCurveModel.h |
| Include | #include "Channels/ChannelCurveModel.h" |
Syntax
template<class ChannelType, class ChannelValue, class KeyType>
class FChannelCurveModel : public FCurveModel
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChannelCurveModel
(
TMovieSceneChannelHandle< ChannelType > InChannel, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddKeys
(
TArrayView< const FKeyPosition > InKeyPositions, |
||
| void | |||
| bool | Evaluate
(
double ProspectiveTime, |
||
| const TMovieSceneChannelHandle< ChannelType > & | |||
| const void * | GetCurve () |
||
| void | GetCurveAttributes
(
FCurveAttributes& OutCurveAttributes |
||
| void | GetCurveColorObjectAndName
(
UObject** OutObject, |
||
| void | GetKeyDrawInfo
(
ECurvePointType PointType, |
||
| void | GetKeyPositions
(
TArrayView< const FKeyHandle > InKeys, |
||
| void | |||
| double | GetKeyValue
(
TArrayView< const ChannelValue > Values, |
||
| void | GetNeighboringKeys
(
const FKeyHandle InKeyHandle, |
||
| int32 | GetNumKeys () |
||
| UObject * | |||
| void | GetTimeRange
(
double& MinTime, |
||
| void | GetValueRange
(
double& MinValue, |
||
| bool | |||
| bool | IsReadOnly () |
||
| void | Modify () |
||
| void | RemoveKeys
(
TArrayView< const FKeyHandle > InKeys |
||
| void | SetKeyPositions
(
TArrayView< const FKeyHandle > InKeys, |
||
| void | SetKeyValue
(
int32 Index, |