Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/Channels
Inheritance Hierarchy
- FCurveModel
- FChannelCurveModel
- FIntegerChannelCurveModel
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/Channels/IntegerChannelCurveModel.h |
| Include | #include "Channels/IntegerChannelCurveModel.h" |
Syntax
class FIntegerChannelCurveModel : public FChannelCurveModel< FMovieSceneIntegerChannel, int32, int32 >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FIntegerChannelCurveModel
(
TMovieSceneChannelHandle< FMovieSceneIntegerChannel > InChannel, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< IBufferedCurveModel > | |||
| void | CreateKeyProxies
(
TArrayView< const FKeyHandle > InKeyHandles, |
FCurveModel. | |
| void | SetCurveAttributes
(
const FCurveAttributes& InAttributes |
Overridden from FChannelCurveModel
| Type | Name | Description | |
|---|---|---|---|
| void | GetCurveAttributes
(
FCurveAttributes& OutAttributes |
||
| double | GetKeyValue
(
TArrayView< const int32 > Values, |
FChannelCurveModel. | |
| void | SetKeyValue
(
int32 Index, |