| // Copyright Epic Games, Inc. All Rights Reserved. | |
| class ULyraEquipmentDefinition; | |
| class UObject; | |
| UCLASS() | |
| class UInventoryFragment_EquippableItem : public ULyraInventoryItemFragment | |
| { | |
| GENERATED_BODY() | |
| public: | |
| UPROPERTY(EditAnywhere, Category=Lyra) | |
| TSubclassOf<ULyraEquipmentDefinition> EquipmentDefinition; | |
| }; | |