unreal.PropertyAnimatorCounterFormat¶
- class unreal.PropertyAnimatorCounterFormat¶
Bases:
StructBaseFormat options used to convert a number to string
C++ Source:
Plugin: PropertyAnimator
Module: PropertyAnimator
File: PropertyAnimatorCounter.h
Editor Properties: (see get_editor_property/set_editor_property)
decimal_character(str): [Read-Write] Decimal separator characterformat_name(Name): [Read-Write] Format friendly namegrouping_character(str): [Read-Write] Thousands separator charactergrouping_size(uint8): [Read-Write] Used to group numbers together like thousandsmax_decimal_count(uint8): [Read-Write] Maximum number of decimal precision after the decimal separatormin_integer_count(uint8): [Read-Write] Minimum number of integer before the decimal separator for paddingpadding_character(str): [Read-Write] Filling character for leading blanksrounding_mode(PropertyAnimatorCounterRoundingMode): [Read-Write] Whether rounding the number is neededtruncate(bool): [Read-Write] Truncate when the value exceeds the display formatuse_sign(bool): [Read-Write] Add a prefix symbol to show the sign of the number (+, -)