Navigation
API > API/Plugins > API/Plugins/PropertyAnimator > API/Plugins/PropertyAnimator/Properties
Inheritance Hierarchy
- UObject
- UPropertyAnimatorCoreGroupBase
- UPropertyAnimatorTextGroup
References
| Module | PropertyAnimator |
| Header | /Engine/Plugins/Experimental/PropertyAnimator/Source/PropertyAnimator/Public/Properties/PropertyAnimatorTextGroup.h |
| Include | #include "Properties/PropertyAnimatorTextGroup.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UPropertyAnimatorTextGroup : public UPropertyAnimatorCoreGroupBase
Remarks
Group that handles text character range properties
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | RangeEnd | ||
| float | RangeOffset | ||
| float | RangeStart |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetRangeEnd () |
||
| float | |||
| float | |||
| void | SetRangeEnd
(
float InRangeEnd |
||
| void | SetRangeOffset
(
float InRangeOffset |
||
| void | SetRangeStart
(
float InRangeStart |
Overridden from UPropertyAnimatorCoreGroupBase
| Type | Name | Description | |
|---|---|---|---|
| bool | IsPropertySupported
(
const UPropertyAnimatorCoreContext* InContext |
Checks if this group supports the context | |
| void | ManageProperties
(
const UPropertyAnimatorCoreContext* InContext, |
Manages the properties owned by this group |