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