Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
This interface exposes inertializing blend related information.
Inertialization is a process in which the delta between two blend sources is made to eventually be zero over time. It can be used as a form of blend smoothing. Examples: Storing pose deltas and fading out over time, dead blending.
| Name | IInertializerBlend |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitInterfaces/IInertializerBlend.h |
| Include Path | #include "TraitInterfaces/IInertializerBlend.h" |
Syntax
struct IInertializerBlend : public UE::UAF::ITraitInterface
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InterfaceUID | UE::UAF::FTraitInterfaceUID | Globally unique UID for this interface | TraitInterfaces/IInertializerBlend.h |