#pragma once #include "CoreMinimal.h" #include "PlayerStatsAnalyticInfo.generated.h" USTRUCT(BlueprintType) struct FPlayerStatsAnalyticInfo { GENERATED_BODY() public: FSD_API FPlayerStatsAnalyticInfo(); };