![]() |
LEAP Documentation 40220
Documentation for the LEAP project
|
#include <DialogueWidget.h>
Public Member Functions | |
void | OnStartTalking (const FText &Dialogue, float DurationSeconds) |
void | OnStopTalking () |
![]() | |
virtual bool | ToggleHUDWidget (bool bToggle) |
bool | CanBeHidden () const |
FORCEINLINE bool | CanBeDestroyed () const |
void | AddHUDBasicUserWidgetToWidgetList () |
void | RemoveHUDBasicUserWidgetFromWidgetList () |
void | AddChildWidget (UUserWidget *ChildWidget) |
Additional Inherited Members | |
![]() | |
virtual void | NativeConstruct () override |
virtual void | NativeDestruct () override |
virtual void | SetVisibility (ESlateVisibility NewVisibility) override |
virtual void | UpdateWorldStatus () |
virtual void | WorldReady () |
void | OnWorldReady () |
![]() | |
bool | bCanBeDestroyed = true |
bool | bCanBeHidden = true |
bool | bUseVisibilityCount = false |
![]() | |
FTimerHandle | WorldStatusTimer |
bool | bWaitForPawn = true |
bool | bUseVisibilitySemaphore = false |
void UDialogueWidget::OnStartTalking | ( | const FText & | Dialogue, |
float | DurationSeconds | ||
) |
void UDialogueWidget::OnStopTalking | ( | ) |