UCommonTextScrollStyle

- All properties must be EditDefaultsOnly, BlueprintReadOnly !!! -- We return the CDO to blueprints, so we cannot allow any changes (blueprint doesn't support const variables)

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UCommonTextScrollStyle

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonTextBlock.h

Include

#include "CommonTextBlock.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Abstract, Blueprintable, ClassGroup=UI, Meta=(Category="Common UI"))
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

Name Description

Public variable UProperty Category, EditAnywhere BlueprintReadOnly

float

 

EndDelay

Public variable UProperty Category, EditAnywhere BlueprintReadOnly

float

 

FadeInDelay

Public variable UProperty Category, EditAnywhere BlueprintReadOnly

float

 

FadeOutDelay

Public variable UProperty Category, EditAnywhere BlueprintReadOnly

float

 

Speed

Public variable UProperty Category, EditAnywhere BlueprintReadOnly

float

 

StartDelay

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss