Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph > API/Plugins/UAFAnimGraph/FBlendSmootherCoreTrait
Struct for tracking blends for each pose.
| Name | FBlendData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/Traits/BlendSmoother.h |
| Include Path | #include "Traits/BlendSmoother.h" |
Syntax
struct FBlendData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsBlending | bool | Whether or not this child is actively blending. | Traits/BlendSmoother.h | |
| Blend | FAlphaBlend | Helper struct to update a time based weight. | Traits/BlendSmoother.h | |
| Weight | float | Current child weight (normalized with all children) | Traits/BlendSmoother.h |