11 lines
222 B
C++
Executable file
11 lines
222 B
C++
Executable file
#pragma once
|
|
#include "CoreMinimal.h"
|
|
#include "PartyAnalyticsInformation.generated.h"
|
|
|
|
USTRUCT(BlueprintType)
|
|
struct FPartyAnalyticsInformation {
|
|
GENERATED_BODY()
|
|
public:
|
|
FSD_API FPartyAnalyticsInformation();
|
|
};
|
|
|