mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +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() {
|
|
}
|
|
|