A customized TextBlock widget that exposes required functionality. More...
#include <WSTextBlock.h>
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... | |
A customized TextBlock widget that exposes required functionality.
UWidgetStudioTextBlock::UFUNCTION | ( | BlueprintCallable | , |
Category | = "Text Block" |
||
) |
Change how the text is wrapped.
Note: This function is just exposing an unexposed UTextBlock property.
InWrappingPolicy | The new policy to wrap the text at. |
UWidgetStudioTextBlock::UFUNCTION | ( | BlueprintCallable | , |
Category | = "Text Block" |
||
) |
Wrap text at specific length.
Note: This function is just exposing an unexposed UTextBlock property.
InWrapTextAt | The length to wrap the text at. |