From 73f8d66002790d865a5f96d6c253ea3c8af8d3d7 Mon Sep 17 00:00:00 2001 From: Zylox <76428709+zyloxmods@users.noreply.github.com> Date: Sat, 29 Jun 2024 13:14:00 +0200 Subject: [PATCH] Update AthenaGliderItemDefinition.h --- Source/FortniteGame/Public/AthenaGliderItemDefinition.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/FortniteGame/Public/AthenaGliderItemDefinition.h b/Source/FortniteGame/Public/AthenaGliderItemDefinition.h index c0b003af..0fc2be8f 100644 --- a/Source/FortniteGame/Public/AthenaGliderItemDefinition.h +++ b/Source/FortniteGame/Public/AthenaGliderItemDefinition.h @@ -22,6 +22,10 @@ UCLASS(Blueprintable, MinimalAPI) class UAthenaGliderItemDefinition : public UAthenaCosmeticItemDefinition { GENERATED_BODY() public: + virtual FPrimaryAssetId GetPrimaryAssetId() const override + { + return FPrimaryAssetId("AthenaGlider", GetFName()); + } UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true)) EFortGliderType GliderType;