![]() |
LEAP Documentation 40220
Documentation for the LEAP project
|
#include <ChatBoxWidget.h>
Public Member Functions | |
UChatBoxWidget () | |
virtual void | ToggleWidget (const EWindowToggleCommand ToggleCommand=EWindowToggleCommand::Toggle) override |
virtual bool | IsWidgetActive_Implementation () const override |
virtual void | CollapseWidget_Implementation () override |
virtual void | SetWidgetVisible_Implementation () override |
bool | GetIsUserTyping () |
void | OnMessageTypeSet (EMessageType ChatMode) |
![]() | |
void | OnGamepadAxisMoved (const FName AxisName, const int32 ControllerId, const float Delta) |
void | OnGamepadButtonPressed (const FInputEvent InputEvent, const int32 ControllerId) |
void | OnLeftBumper () |
void | OnRightBumper () |
void | OnRightFaceButton () |
void | OnLeftFaceButton () |
void | OnTopFaceButton () |
void | OnBottomFaceButton () |
bool | CanDisplayWidget () const |
void | OnWidgetVisible (const UObject *ContextObject=nullptr) |
void | OnWidgetDelayedCollapseStart (const UObject *ContextObject=nullptr) |
virtual bool | CanDismissWidget (EWidgetDismissType Type) const |
FORCEINLINE bool | IsDismissable () const |
void | OnMenuBack () |
void | CollapseWidget () |
void | SetWidgetVisible () |
bool | IsWidgetActive () const |
virtual void | ToggleWidget (const EWindowToggleCommand ToggleCommand=EWindowToggleCommand::Toggle) |
void | Close () |
FORCEINLINE float | GetTimeSpawned () |
void | LevelTravel () |
void | AlertInterfaceMenuWasToggled (bool bToggle) |
UWidget * | GetLastFocusedWidget () |
Protected Member Functions | |
void | OnChatCollapsed () |
void | OnChatToggled (EWindowToggleCommand ToggleCommand) |
![]() | |
virtual void | NativeConstruct () override |
virtual void | NativeDestruct () override |
void | CacheFocusedElement () |
UWidget * | GetFocusedChild (const UUserWidget *Widget) |
virtual void | AddToScreen (class ULocalPlayer *LocalPlayer, int32 inZOrder) override |
virtual FReply | NativeOnFocusReceived (const FGeometry &InGeometry, const FFocusEvent &InFocusEvent) override |
virtual class UProjectXGameViewportClient * | GetViewportClient () const |
void | OnLevelTravel () |
![]() | |
virtual void | NativeConstruct () override |
virtual void | NativeDestruct () override |
virtual void | SetVisibility (ESlateVisibility NewVisibility) override |
virtual void | UpdateWorldStatus () |
virtual void | WorldReady () |
void | OnWorldReady () |
UChatBoxWidget::UChatBoxWidget | ( | ) |
|
overridevirtual |
bool UChatBoxWidget::GetIsUserTyping | ( | ) |
|
overridevirtual |
|
protected |
|
protected |
void UChatBoxWidget::OnMessageTypeSet | ( | EMessageType | ChatMode | ) |
|
overridevirtual |
|
overridevirtual |
Reimplemented from UAdvancedUserWidget.