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))