#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() { }