| // Copyright Epic Games, Inc. All Rights Reserved. | |
| class UObject; | |
| UCLASS() | |
| class UInventoryFragment_QuickBarIcon : public ULyraInventoryItemFragment | |
| { | |
| GENERATED_BODY() | |
| public: | |
| UPROPERTY(EditAnywhere, BlueprintReadOnly, Category=Appearance) | |
| FSlateBrush Brush; | |
| UPROPERTY(EditAnywhere, BlueprintReadOnly, Category=Appearance) | |
| FSlateBrush AmmoBrush; | |
| UPROPERTY(EditAnywhere, BlueprintReadOnly, Category=Appearance) | |
| FText DisplayNameWhenEquipped; | |
| }; | |