Navigation
API > API/Runtime > API/Runtime/Constraints > API/Runtime/Constraints/FMovieSceneConstraintChannel
- FMovieSceneBoolChannel::Evaluate()
- FMovieSceneConstraintChannel::Evaluate()
References
| Module | Constraints |
| Header | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/ConstraintChannel.h |
| Include | #include "ConstraintChannel.h" |
| Source | /Engine/Source/Runtime/Experimental/Animation/Constraints/Private/ConstraintChannel.cpp |
virtual bool Evaluate
&40;
FFrameTime InTime,
bool & OutValue
&41; const
Remarks
Evaluate this channel true if the channel was evaluated successfully, false otherwise
Parameters
| Name | Description |
|---|---|
| InTime | The time to evaluate at |
| OutValue | A value to receive the result |