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