Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FAccumulate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Apply
(
const FValueTransformerMapPtr& TransformerMap, |
Accumulate attribute values Output = A + (B * WeightB) This function supports outputting to either input | UAF/ValueRuntime/Transformers/Accumulate.h | |
static void Apply
(
const FValueTransformerMapPtr& TransformerMap, |
Accumulate attribute values If a weight isn't specified, the default weight will be used Output = A + (B * (HasValueWeightB ? ValueWeightB : DefaultWeightB)) This function supports outputting to either input | UAF/ValueRuntime/Transformers/Accumulate.h |
Apply(const FValueTransformerMapPtr &, const FValueBundle &, const FValueBundle &, float, FValueBundle &)
Description
Accumulate attribute values Output = A + (B * WeightB) This function supports outputting to either input
| Name | Apply |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/Transformers/Accumulate.h |
| Include Path | #include "UAF/ValueRuntime/Transformers/Accumulate.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/UAF/ValueRuntime/Transformers/Accumulate.cpp |
static void Apply
(
const FValueTransformerMapPtr & TransformerMap,
const FValueBundle & InputA,
const FValueBundle & InputB,
float WeightB,
FValueBundle & Output
)
Apply(const FValueTransformerMapPtr &, const FValueBundle &, const FValueBundle &, const FValueBundle &, float, FValueBundle &)
Description
Accumulate attribute values If a weight isn't specified, the default weight will be used Output = A + (B * (HasValueWeightB ? ValueWeightB : DefaultWeightB)) This function supports outputting to either input
| Name | Apply |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/Transformers/Accumulate.h |
| Include Path | #include "UAF/ValueRuntime/Transformers/Accumulate.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/UAF/ValueRuntime/Transformers/Accumulate.cpp |
static void Apply
(
const FValueTransformerMapPtr & TransformerMap,
const FValueBundle & InputA,
const FValueBundle & InputB,
const FValueBundle & PerValueWeightsB,
float DefaultWeightB,
FValueBundle & Output
)