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

#include <VR_ScreenText.h>

+ Inheritance diagram for AVR_ScreenText:

Public Member Functions

 AVR_ScreenText ()
 
virtual void Tick (float DeltaTime) override
 
void FollowCamera ()
 
void RunTypeAnimation ()
 
void RunUnTypeAnimation (bool DestroyActor=false)
 
void UpdateText (FString NewText)
 
void RunCustomTypeScript ()
 
void CustomRunTypeScript ()
 
void RunCustomUnTypeScript (bool DestroyActor=false)
 
void CustomRunUnTypeScript ()
 
void MoveWidgetToPlayer ()
 
void ShowDebugInfo ()
 
void CheckKillSelf ()
 

Public Attributes

class UWidgetComponent * TextWidgetComponent
 
UAudioComponent * TextAudioComponent
 
UScreenTextWidgetScreenTextWidget
 
AVR_PlayerPlayer
 
FString Text
 
float DistanceFromScreen
 
float TypeSpeed
 
float UnTypeSpeed
 
float MoveWidgetSpeed
 
bool bMultiplySpeedOnDistance
 
float MultiplySpeed
 
float MultiplySpeedMaxDistance
 
bool bAllowWidgetPitch
 
bool bAddRelativeOffset
 
FVector WidgetRelativeOffset
 
bool bShowDebugInfo
 
float CurrentFlySpeed
 
float LastDistance
 
bool WantToDestroySelf
 

Protected Member Functions

virtual void BeginPlay () override
 

Constructor & Destructor Documentation

◆ AVR_ScreenText()

AVR_ScreenText::AVR_ScreenText ( )

Member Function Documentation

◆ BeginPlay()

void AVR_ScreenText::BeginPlay ( )
overrideprotectedvirtual

◆ CheckKillSelf()

void AVR_ScreenText::CheckKillSelf ( )

◆ CustomRunTypeScript()

void AVR_ScreenText::CustomRunTypeScript ( )

◆ CustomRunUnTypeScript()

void AVR_ScreenText::CustomRunUnTypeScript ( )

◆ FollowCamera()

void AVR_ScreenText::FollowCamera ( )

◆ MoveWidgetToPlayer()

void AVR_ScreenText::MoveWidgetToPlayer ( )

◆ RunCustomTypeScript()

void AVR_ScreenText::RunCustomTypeScript ( )

◆ RunCustomUnTypeScript()

void AVR_ScreenText::RunCustomUnTypeScript ( bool  DestroyActor = false)

◆ RunTypeAnimation()

void AVR_ScreenText::RunTypeAnimation ( )

◆ RunUnTypeAnimation()

void AVR_ScreenText::RunUnTypeAnimation ( bool  DestroyActor = false)

◆ ShowDebugInfo()

void AVR_ScreenText::ShowDebugInfo ( )

◆ Tick()

void AVR_ScreenText::Tick ( float  DeltaTime)
overridevirtual

◆ UpdateText()

void AVR_ScreenText::UpdateText ( FString  NewText)

Member Data Documentation

◆ bAddRelativeOffset

bool AVR_ScreenText::bAddRelativeOffset

◆ bAllowWidgetPitch

bool AVR_ScreenText::bAllowWidgetPitch

◆ bMultiplySpeedOnDistance

bool AVR_ScreenText::bMultiplySpeedOnDistance

◆ bShowDebugInfo

bool AVR_ScreenText::bShowDebugInfo

◆ CurrentFlySpeed

float AVR_ScreenText::CurrentFlySpeed

◆ DistanceFromScreen

float AVR_ScreenText::DistanceFromScreen

◆ LastDistance

float AVR_ScreenText::LastDistance

◆ MoveWidgetSpeed

float AVR_ScreenText::MoveWidgetSpeed

◆ MultiplySpeed

float AVR_ScreenText::MultiplySpeed

◆ MultiplySpeedMaxDistance

float AVR_ScreenText::MultiplySpeedMaxDistance

◆ Player

AVR_Player* AVR_ScreenText::Player

◆ ScreenTextWidget

UScreenTextWidget* AVR_ScreenText::ScreenTextWidget

◆ Text

FString AVR_ScreenText::Text

◆ TextAudioComponent

UAudioComponent* AVR_ScreenText::TextAudioComponent

◆ TextWidgetComponent

class UWidgetComponent* AVR_ScreenText::TextWidgetComponent

◆ TypeSpeed

float AVR_ScreenText::TypeSpeed

◆ UnTypeSpeed

float AVR_ScreenText::UnTypeSpeed

◆ WantToDestroySelf

bool AVR_ScreenText::WantToDestroySelf

◆ WidgetRelativeOffset

FVector AVR_ScreenText::WidgetRelativeOffset

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