Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/FMovieSceneIntegerChannel
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneIntegerChannel.h |
| Include | #include "Channels/MovieSceneIntegerChannel.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneIntegerChannel.cpp |
bool Evaluate
&40;
FFrameTime InTime,
int32 & 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 |