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