Files
UnrealEvent/Project/Source/FortniteGame/Private/FortPlaceableActorItemDefinition.cpp
2026-04-22 15:51:07 +02:00

15 lines
460 B
C++

#include "FortPlaceableActorItemDefinition.h"
FName UFortPlaceableActorItemDefinition::GetActorName() const {
return NAME_None;
}
UFortPlaceableActorItemDefinition* UFortPlaceableActorItemDefinition::CreatePlaceableActorItemDefinitionFromActor(FBuildingDuplicationData DuplicationData, FSlateBrush ImageToDisplay) {
return NULL;
}
UFortPlaceableActorItemDefinition::UFortPlaceableActorItemDefinition() {
this->BasePlaceableActorClass = NULL;
}