Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph > API/Plugins/UAFAnimGraph/FAnimNextApplyAdditiveKeyframeTa-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetInterpolationAlpha
(
const UE::UAF::FKeyframeState* KeyframeA, |
@TODO: Move this into shared method Compute the current alpha value for curves or return the interpolation alpha otherwise | EvaluationVM/Tasks/ApplyAdditiveKeyframe.h | |
float GetInterpolationAlpha
(
const UE::UAF::FValueBundle& CollectionA, |
EvaluationVM/Tasks/ApplyAdditiveKeyframe.h |
GetInterpolationAlpha(const UE::UAF::FKeyframeState , const UE::UAF::FKeyframeState )
Description
@TODO: Move this into shared method Compute the current alpha value for curves or return the interpolation alpha otherwise
| Name | GetInterpolationAlpha |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/EvaluationVM/Tasks/ApplyAdditiveKeyframe.h |
| Include Path | #include "EvaluationVM/Tasks/ApplyAdditiveKeyframe.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Private/EvaluationVM/Tasks/ApplyAdditiveKeyframe.cpp |
float GetInterpolationAlpha
(
const UE::UAF::FKeyframeState * KeyframeA,
const UE::UAF::FKeyframeState * KeyframeB
) const
GetInterpolationAlpha(const UE::UAF::FValueBundle &, const UE::UAF::FValueBundle &)
| Name | GetInterpolationAlpha |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/EvaluationVM/Tasks/ApplyAdditiveKeyframe.h |
| Include Path | #include "EvaluationVM/Tasks/ApplyAdditiveKeyframe.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Private/EvaluationVM/Tasks/ApplyAdditiveKeyframe.cpp |
float GetInterpolationAlpha
(
const UE::UAF::FValueBundle & CollectionA,
const UE::UAF::FValueBundle & CollectionB
) const