Widget Studio
UWidgetStudioTextBlock Class Reference

A customized TextBlock widget that exposes required functionality. More...

#include <WSTextBlock.h>

Inheritance diagram for UWidgetStudioTextBlock:

Public Member Functions

 UFUNCTION (BlueprintCallable, Category="Text Block") void SetWrapTextAt(float InWrapTextAt)
 Wrap text at specific length. More...
 
 UFUNCTION (BlueprintCallable, Category="Text Block") void SetWrappingPolicy(ETextWrappingPolicy InWrappingPolicy)
 Change how the text is wrapped. More...
 

Detailed Description

A customized TextBlock widget that exposes required functionality.

Member Function Documentation

◆ UFUNCTION() [1/2]

UWidgetStudioTextBlock::UFUNCTION ( BlueprintCallable  ,
Category  = "Text Block" 
)

Change how the text is wrapped.

Note: This function is just exposing an unexposed UTextBlock property.

Parameters
InWrappingPolicyThe new policy to wrap the text at.

◆ UFUNCTION() [2/2]

UWidgetStudioTextBlock::UFUNCTION ( BlueprintCallable  ,
Category  = "Text Block" 
)

Wrap text at specific length.

Note: This function is just exposing an unexposed UTextBlock property.

Parameters
InWrapTextAtThe length to wrap the text at.

The documentation for this class was generated from the following file: