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