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