mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
15 lines
300 B
C++
15 lines
300 B
C++
#include "FortTooltipLoadingWrapper.h"
|
|
|
|
void UFortTooltipLoadingWrapper::HandleTooltipAssetLoaded() {
|
|
}
|
|
|
|
bool UFortTooltipLoadingWrapper::AreAssetsLoaded() const {
|
|
return false;
|
|
}
|
|
|
|
UFortTooltipLoadingWrapper::UFortTooltipLoadingWrapper() {
|
|
SourceObject = NULL;
|
|
TooltipInstance = NULL;
|
|
}
|
|
|