mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-28 19:27:53 +00:00
15 lines
493 B
C++
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() {
|
|
}
|
|
|