Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Channels > FMovieSceneFloatChannel
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneFloatChannel.h |
Include | #include "Channels/MovieSceneFloatChannel.h" |
Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneFloatChannel.cpp |
bool Evaluate
&40;
FFrameTime InTime,
float & OutValue
&41; const
Remarks
Evaluate this channel with the frame resolution true if the channel was evaluated successfully, false otherwise
Parameters
Name | Description |
---|---|
InTime | The time to evaluate at |
InTime | The Frame Rate the time to evaluate at |
OutValue | A value to receive the result |