Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore > API/Plugins/PropertyAnimatorCore/UPropertyAnimatorCoreHandlerBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool SubtractValue
(
const FPropertyAnimatorCoreData& InPropertyData, |
Subtract the value to this property within owner, delta value is in the property bag | Properties/Handlers/PropertyAnimatorCoreHandlerBase.h | |
virtual bool SubtractValue
(
const FPropertyAnimatorCoreData& InPropertyData, |
Properties/Handlers/PropertyAnimatorCoreHandlerBase.h | ||
virtual bool SubtractValue
(
const FPropertyAnimatorCoreData& InPropertyData, |
Subtracts ValueB from ValueA and stores the result in OutValue | Properties/Handlers/PropertyAnimatorCoreHandlerBase.h |
SubtractValue(const FPropertyAnimatorCoreData &, const FInstancedPropertyBag &)
Description
Subtract the value to this property within owner, delta value is in the property bag
| Name | SubtractValue |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Properties/Handlers/PropertyAnimatorCoreHandlerBase.h |
| Include Path | #include "Properties/Handlers/PropertyAnimatorCoreHandlerBase.h" |
virtual bool SubtractValue
(
const FPropertyAnimatorCoreData & InPropertyData,
const FInstancedPropertyBag & InValue
)
SubtractValue(const FPropertyAnimatorCoreData &, const FInstancedPropertyBag &, FInstancedPropertyBag &)
| Name | SubtractValue |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Properties/Handlers/PropertyAnimatorCoreHandlerBase.h |
| Include Path | #include "Properties/Handlers/PropertyAnimatorCoreHandlerBase.h" |
virtual bool SubtractValue
(
const FPropertyAnimatorCoreData & InPropertyData,
const FInstancedPropertyBag & InValue,
FInstancedPropertyBag & OutValue
)
SubtractValue(const FPropertyAnimatorCoreData &, const FInstancedPropertyBag &, const FInstancedPropertyBag &, FInstancedPropertyBag &)
Description
Subtracts ValueB from ValueA and stores the result in OutValue
| Name | SubtractValue |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Properties/Handlers/PropertyAnimatorCoreHandlerBase.h |
| Include Path | #include "Properties/Handlers/PropertyAnimatorCoreHandlerBase.h" |
virtual bool SubtractValue
(
const FPropertyAnimatorCoreData & InPropertyData,
const FInstancedPropertyBag & InValueA,
const FInstancedPropertyBag & InValueB,
FInstancedPropertyBag & OutValue
)