From b0ccae5b3c2dab6a6b2befa3b718146ac7e02e95 Mon Sep 17 00:00:00 2001 From: AllyJax <64360185+AllyJaxx@users.noreply.github.com> Date: Mon, 16 Dec 2024 05:36:32 -0500 Subject: [PATCH] fix holdover from old allypak codebase --- Source/FortniteGame/Public/FortPlaylistAthena.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/FortniteGame/Public/FortPlaylistAthena.h b/Source/FortniteGame/Public/FortPlaylistAthena.h index 4279c3f1..54e682fd 100644 --- a/Source/FortniteGame/Public/FortPlaylistAthena.h +++ b/Source/FortniteGame/Public/FortPlaylistAthena.h @@ -22,7 +22,7 @@ #include "FortPlaylistAthena.generated.h" class AFortInGameMapManager; -//class UAnimationSharingSetup; +class UAnimationSharingSetup; class UAthenaAISettings; class UDataTable; class UFortAthenaExitCraftInfo; @@ -360,8 +360,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)) didnt exist in s7 + TSoftObjectPtr AnimationSharingSetup; protected: UPROPERTY(AssetRegistrySearchable, BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true))