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

15 lines
493 B
C++

#include "FortCreativePortalManager.h"
void AFortCreativePortalManager::ReleasePortal(AFortAthenaCreativePortal* PortalToRelease) {
}
void AFortCreativePortalManager::MarkPortalUsed(AFortAthenaCreativePortal* PortalUsed) {
}
void AFortCreativePortalManager::GetCreativePortalManager(const UObject* WorldContextObject, AFortCreativePortalManager*& OutCreativePortalManager, ECreativePortalManagerValidityResult& OutIsValid) {
}
AFortCreativePortalManager::AFortCreativePortalManager() {
}