Files
FNGameProj/Source/FortniteUI/Private/FortDropdownDelegateRegistrar.cpp
2024-01-21 00:41:14 +01:00

17 lines
401 B
C++

#include "FortDropdownDelegateRegistrar.h"
void UFortDropdownDelegateRegistrar::OnOpenStatusChanged(bool Open) {
}
UWidget* UFortDropdownDelegateRegistrar::GetOrCreateDropdownMenu() {
return NULL;
}
UFortDropdownDelegateRegistrar::UFortDropdownDelegateRegistrar() {
this->ContextProvider = NULL;
this->Button = NULL;
this->MenuAnchor = NULL;
this->CachedDropdownMenu = NULL;
}