// Fill out your copyright notice in the Description page of Project Settings. #include "InventoryItem.h" FInventoryItem::FInventoryItem() { this->ItemName = FText::FromString("No Name"); this->ItemWeight = 1; this->ItemDescription = FText::FromString("No Description"); }