Files
UnrealEvent/Project/Source/FortniteUI/Private/FortDropdownDelegateRegistrar.cpp
2026-04-22 15:51:07 +02: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;
}