Navigation
API > API/Plugins > API/Plugins/AnimNextAnimGraph > API/Plugins/AnimNextAnimGraph/TraitInterfaces
Inheritance Hierarchy
- ITraitInterface
- ISmoothBlend
References
| Module | AnimNextAnimGraph |
| Header | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/TraitInterfaces/ISmoothBlend.h |
| Include | #include "TraitInterfaces/ISmoothBlend.h" |
Syntax
struct ISmoothBlend : public UE::AnimNext::ITraitInterface
Remarks
This interface exposes blend smoothing related information.
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetBlendTime
(
FExecutionContext& Context, |
Returns the desired blend time for the specified child. | |
| EAlphaBlendOption | GetBlendType
(
FExecutionContext& Context, |
Returns the desired blend type for the specified child. | |
| UCurveFloat * | GetCustomBlendCurve
(
FExecutionContext& Context, |
Returns the desired blend curve for the specified child. |
Overridden from ITraitInterface
| Type | Name | Description | |
|---|---|---|---|
| const FText & | Human readable interface names, in long and short format. | ||
| const FText & | Human readable interface names, in short format (ideally 3 or 4 letters, due to space restrictions in the editor) | ||
| UE::AnimNext::FTraitInterfaceUID |
Constants
| Name | Description |
|---|---|
| InterfaceUID | Globally unique UID for this interface |