Head Mounted VR 2.7
Loading...
Searching...
No Matches
UScreenTextWidget Class Reference

#include <ScreenTextWidget.h>

+ Inheritance diagram for UScreenTextWidget:

Public Member Functions

 UScreenTextWidget (const FObjectInitializer &ObjectInitializer)
 
void RunTypeAnimation (UTextBlock *TextBlock, FString Text, float TypeDelay)
 
void RunUnTypeAnimation (UTextBlock *TextBlock, float UnTypeDelay)
 
bool IsFinished ()
 
void TypeText ()
 
void UnTypeText ()
 

Public Attributes

UTextBlock * DefaultTextBlock
 
FString FullText
 
FString DisplayedText
 
float CurrentTypeDelay
 
UTextBlock * TextBlockToUpdate
 
bool bFinished
 
UAudioComponent * TextAudioComponent
 

Constructor & Destructor Documentation

◆ UScreenTextWidget()

UScreenTextWidget::UScreenTextWidget ( const FObjectInitializer &  ObjectInitializer)

Member Function Documentation

◆ IsFinished()

bool UScreenTextWidget::IsFinished ( )

◆ RunTypeAnimation()

void UScreenTextWidget::RunTypeAnimation ( UTextBlock *  TextBlock,
FString  Text,
float  TypeDelay 
)

◆ RunUnTypeAnimation()

void UScreenTextWidget::RunUnTypeAnimation ( UTextBlock *  TextBlock,
float  UnTypeDelay 
)

◆ TypeText()

void UScreenTextWidget::TypeText ( )

◆ UnTypeText()

void UScreenTextWidget::UnTypeText ( )

Member Data Documentation

◆ bFinished

bool UScreenTextWidget::bFinished

◆ CurrentTypeDelay

float UScreenTextWidget::CurrentTypeDelay

◆ DefaultTextBlock

UTextBlock* UScreenTextWidget::DefaultTextBlock

◆ DisplayedText

FString UScreenTextWidget::DisplayedText

◆ FullText

FString UScreenTextWidget::FullText

◆ TextAudioComponent

UAudioComponent* UScreenTextWidget::TextAudioComponent

◆ TextBlockToUpdate

UTextBlock* UScreenTextWidget::TextBlockToUpdate

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