From 4d1f13c40f2c619aabb667612e6452faee09bb85 Mon Sep 17 00:00:00 2001 From: AllyJax <64360185+AllyJaxx@users.noreply.github.com> Date: Mon, 16 Dec 2024 05:32:12 -0500 Subject: [PATCH] fix holdover from old allypak codebase --- Source/FortniteGame/Public/FortPlaylistAthena.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/FortniteGame/Public/FortPlaylistAthena.h b/Source/FortniteGame/Public/FortPlaylistAthena.h index 4279c3f1..1273511a 100644 --- a/Source/FortniteGame/Public/FortPlaylistAthena.h +++ b/Source/FortniteGame/Public/FortPlaylistAthena.h @@ -19,6 +19,7 @@ #include "SupplyDropModifierData.h" #include "Templates/SubclassOf.h" #include "WinConditionScoreData.h" +#include "AnimationSharing/Public/AnimationSharingSetup.h" #include "FortPlaylistAthena.generated.h" class AFortInGameMapManager; @@ -360,8 +361,8 @@ public: UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true)) bool bUsesAnimationSharing; - // UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true)) didnt exist in s7 - // TSoftObjectPtr AnimationSharingSetup; + UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true)) + TSoftObjectPtr AnimationSharingSetup; protected: UPROPERTY(AssetRegistrySearchable, BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true))