Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/Channels
Inheritance Hierarchy
- FCurveModel
- FChannelCurveModel
- FBoolChannelCurveModel
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/Channels/BoolChannelCurveModel.h |
| Include | #include "Channels/BoolChannelCurveModel.h" |
Syntax
class FBoolChannelCurveModel : public FChannelCurveModel< FMovieSceneBoolChannel, bool, bool >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBoolChannelCurveModel
(
TMovieSceneChannelHandle< FMovieSceneBoolChannel > 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 bool > Values, |
FChannelCurveModel. | |
| void | SetKeyValue
(
int32 Index, |