Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore
Mode supported for properties value
| Name | EPropertyAnimatorCoreMode |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Properties/PropertyAnimatorCoreContext.h |
| Include Path | #include "Properties/PropertyAnimatorCoreContext.h" |
Syntax
enum EPropertyAnimatorCoreMode
{
Absolute,
Additive,
}
Values
| Name | Remarks |
|---|---|
| Absolute | Set the property value directly |
| Additive | Add value on the existing property value |