Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FApplyAdditiveSpace
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Apply
(
const FValueTransformerMapPtr& TransformerMap, |
Applies an additive collection onto a base by adding it Output = Base + Lerp(Identity, Additive, Weight) This function supports outputting to either input | UAF/ValueRuntime/Transformers/AdditiveSpace.h | |
static void Apply
(
const FValueTransformerMapPtr& TransformerMap, |
Applies an additive collection onto a base by adding it using per value weights (must be of type FFloatAnimationAttribute) If a weight isn't specified, the default weight will be used Output = Base + Lerp(Identity, Additive, HasValueWeight ? ValueWeight : DefaultWeight) This function supports outputting to either input | UAF/ValueRuntime/Transformers/AdditiveSpace.h |
Apply(const FValueTransformerMapPtr &, const FValueBundle &, const FValueBundle &, float, FValueBundle &)
Description
Applies an additive collection onto a base by adding it Output = Base + Lerp(Identity, Additive, Weight) This function supports outputting to either input
| Name | Apply |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/Transformers/AdditiveSpace.h |
| Include Path | #include "UAF/ValueRuntime/Transformers/AdditiveSpace.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/UAF/ValueRuntime/Transformers/AdditiveSpace.cpp |
static void Apply
(
const FValueTransformerMapPtr & TransformerMap,
const FValueBundle & Base,
const FValueBundle & Additive,
float AdditiveWeight,
FValueBundle & Output
)
Apply(const FValueTransformerMapPtr &, const FValueBundle &, const FValueBundle &, const FValueBundle &, float, FValueBundle &)
Description
Applies an additive collection onto a base by adding it using per value weights (must be of type FFloatAnimationAttribute) If a weight isn't specified, the default weight will be used Output = Base + Lerp(Identity, Additive, HasValueWeight ? ValueWeight : DefaultWeight) This function supports outputting to either input
| Name | Apply |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/Transformers/AdditiveSpace.h |
| Include Path | #include "UAF/ValueRuntime/Transformers/AdditiveSpace.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/UAF/ValueRuntime/Transformers/AdditiveSpace.cpp |
static void Apply
(
const FValueTransformerMapPtr & TransformerMap,
const FValueBundle & Base,
const FValueBundle & Additive,
const FValueBundle & PerValueWeights,
float DefaultWeight,
FValueBundle & Output
)