Navigation
API > API/Plugins > API/Plugins/AnimNextAnimGraph
| |
|
| Name |
FAnimNextBlendSmootherTraitSharedData |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/Traits/BlendSmoother.h |
| Include Path |
#include "Traits/BlendSmoother.h" |
Syntax
USTRUCT (Meta=(DisplayName="Blend Smoother"))
struct FAnimNextBlendSmootherTraitSharedData : public FAnimNextBlendSmootherCoreTraitSharedData
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BlendTimes |
TArray< float > |
How long to take when blending into each child. |
Traits/BlendSmoother.h |
- EditAnywhere
- Category="Default"
- Meta=(Inline)
|
| BlendType |
EAlphaBlendOption |
What type of blend equation to use when converting the time elapsed into a blend weight. |
Traits/BlendSmoother.h |
- EditAnywhere
- Category="Default"
- Meta=(Inline)
|
| CustomBlendCurve |
TObjectPtr< UCurveFloat > |
Custom curve to use when the Custom blend type is used. |
Traits/BlendSmoother.h |
- EditAnywhere
- Category="Default"
- Meta=(Inline)
|