File size: 277 Bytes
7fd553e | 1 2 3 4 5 6 7 8 9 10 11 | // Copyright Epic Games, Inc. All Rights Reserved.
#include "InventoryFragment_PickupIcon.h"
#include UE_INLINE_GENERATED_CPP_BY_NAME(InventoryFragment_PickupIcon)
UInventoryFragment_PickupIcon::UInventoryFragment_PickupIcon()
{
PadColor = FLinearColor::Green;
}
|