Navigation
API > API/Runtime > API/Runtime/Constraints
Inheritance Hierarchy
- FMovieSceneChannel
- FMovieSceneBoolChannel
- FMovieSceneConstraintChannel
References
| Module | Constraints |
| Header | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/ConstraintChannel.h |
| Include | #include "ConstraintChannel.h" |
Syntax
struct FMovieSceneConstraintChannel : public FMovieSceneBoolChannel
Variables
| Type | Name | Description | |
|---|---|---|---|
| ExtraLabelFunction | ExtraLabel |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FMovieSceneBoolChannel
| Type | Name | Description | |
|---|---|---|---|
| bool | Evaluate
(
FFrameTime InTime, |
Evaluate this channel | |
| TMovieSceneChannelData< bool > | GetData () |
Access a mutable interface for this channel's data | |
| TMovieSceneChannelData< const bool > | GetData () |
Access a constant interface for this channel's data |
Typedefs
| Name | Description |
|---|---|
| ExtraLabelFunction |