unitysamples / LyraStarterGame /Source /LyraGame /Weapons /InventoryFragment_ReticleConfig.h
Alexhas2's picture
Add files using upload-large-folder tool
7fd553e verified
// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Inventory/LyraInventoryItemDefinition.h"
#include "InventoryFragment_ReticleConfig.generated.h"
class ULyraReticleWidgetBase;
class UObject;
UCLASS()
class UInventoryFragment_ReticleConfig : public ULyraInventoryItemFragment
{
GENERATED_BODY()
public:
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category=Reticle)
TArray<TSubclassOf<ULyraReticleWidgetBase>> ReticleWidgets;
};