Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCommonTextScrollStyle
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonTextBlock.h |
| Include | #include "CommonTextBlock.h" |
Syntax
UCLASS&40;Abstract, Blueprintable, ClassGroup&61;UI, Meta&61;&40;Category&61;"Common UI"&41;&41;
class UCommonTextScrollStyle : public UObject
Remarks
- All properties must be EditDefaultsOnly, BlueprintReadOnly !!! -- We return the CDO to blueprints, so we cannot allow any changes (blueprint doesn't support const variables)
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | EndDelay | ||
| float | FadeInDelay | ||
| float | FadeOutDelay | ||
| float | Speed | ||
| float | StartDelay |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FTextScrollerOptions |