Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
This interface exposes continuous blend related information.
Assuming that each blend source is temporally coherent (Has no snaps or pops in itself). Then, a continuous blend's poses should be temporally coherent from one pose to the next. Hence these poses will have no need for things like smoothing between each other.
| Name | IContinuousBlend |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitInterfaces/IContinuousBlend.h |
| Include Path | #include "TraitInterfaces/IContinuousBlend.h" |
Syntax
struct IContinuousBlend : public UE::UAF::ITraitInterface
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InterfaceUID | UE::UAF::FTraitInterfaceUID | Globally unique UID for this interface | TraitInterfaces/IContinuousBlend.h |