Go to the source code of this file.
|
| template<typename InType , typename WorkingDataType , typename SourceDataType > |
| void | UE::MovieScene::BlendValue (WorkingDataType &OutBlend, InType InValue, float Weight, EMovieSceneBlendType BlendType, TMovieSceneInitialValueStore< SourceDataType > &InitialValueStore) |
| |
| template<typename InType , typename WorkingDataType , typename SourceDataType > |
| void | UE::MovieScene::BlendValue (WorkingDataType &OutBlend, InType InValue, float Weight, EMovieSceneBlendType BlendType, int32 BlendingOrder, TMovieSceneInitialValueStore< SourceDataType > &InitialValueStore) |
| |