Navigation
API > API/Plugins > API/Plugins/PropertyAnimator
| |
|
| Name |
TMovieSceneChannelTraits< FPropertyAnimatorEasingDoubleChannel > |
| Type |
struct |
| Header File |
/Engine/Plugins/VirtualProduction/PropertyAnimator/Source/PropertyAnimator/Public/MovieScene/Easing/PropertyAnimatorEasingDoubleChannel.h |
| Include Path |
#include "MovieScene/Easing/PropertyAnimatorEasingDoubleChannel.h" |
Syntax
template<>
struct TMovieSceneChannelTraits< FPropertyAnimatorEasingDoubleChannel > : public TMovieSceneChannelTraitsBase< FPropertyAnimatorEasingDoubleChannel >
Inheritance Hierarchy
Typedefs
| Name |
Type |
Remarks |
Include Path |
| ExtendedEditorDataType |
TMovieSceneExternalValue< double > |
Easing Channels can have external values (they can get their values from external objects for UI purposes) |
MovieScene/Easing/PropertyAnimatorEasingDoubleChannel.h |