Files
FNGameProj/Source/FortniteGame/Private/WorldMapPin.cpp
T
2024-03-03 23:44:39 +01:00

12 lines
251 B
C++

#include "WorldMapPin.h"
#include "Components/SceneComponent.h"
void AWorldMapPin::SetTheaterId(const FString& NewID) {
}
AWorldMapPin::AWorldMapPin() {
this->SceneComponent = CreateDefaultSubobject<USceneComponent>(TEXT("SceneComponent"));
}