Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/DecoratorInterfaces
Inheritance Hierarchy
- IDecoratorInterface
- ISmoothBlend
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/DecoratorInterfaces/ISmoothBlend.h |
| Include | #include "DecoratorInterfaces/ISmoothBlend.h" |
Syntax
struct ISmoothBlend : public UE::AnimNext::IDecoratorInterface
Remarks
This interface exposes blend smoothing related information.
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetBlendTime
(
const FExecutionContext& Context, |
Returns the desired blend time for the specified child. |
Overridden from IDecoratorInterface
| Type | Name | Description | |
|---|---|---|---|
| UE::AnimNext::FDecoratorInterfaceUID |
Constants
| Name | Description |
|---|---|
| InterfaceUID | Globally unique UID for this interface |