Files
2026-04-22 15:51:07 +02: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() {
}