mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
38 lines
876 B
C++
38 lines
876 B
C++
#include "FortUIStateWidget_NUI.h"
|
|
|
|
void UFortUIStateWidget_NUI::SetFrontEndVisibility(bool bHideHeader, bool bHideFooter, bool bHideChatWidget) {
|
|
}
|
|
|
|
|
|
void UFortUIStateWidget_NUI::PushContentWidgetInternal_Implementation(UWidget* Widget, FContentPushState State) {
|
|
}
|
|
|
|
void UFortUIStateWidget_NUI::PushContentWidgetAdvanced(UWidget* Widget, bool bHideHeader, bool bHideFooter, bool bHideChatWidget) {
|
|
}
|
|
|
|
void UFortUIStateWidget_NUI::PushContentWidget(UWidget* Widget) {
|
|
}
|
|
|
|
UWidget* UFortUIStateWidget_NUI::PopContentWidgetInternal_Implementation(FContentPushState State) {
|
|
return NULL;
|
|
}
|
|
|
|
UWidget* UFortUIStateWidget_NUI::PopContentWidget() {
|
|
return NULL;
|
|
}
|
|
|
|
void UFortUIStateWidget_NUI::PopAllContentWidgets() {
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void UFortUIStateWidget_NUI::DynamicHandleLoadingScreenVisibilityChanged(bool IsVisible) {
|
|
}
|
|
|
|
UFortUIStateWidget_NUI::UFortUIStateWidget_NUI() {
|
|
}
|
|
|