struct FActionSummary

#include <UIManagement.h>

struct FActionSummary
{
    // fields

    float ActionTime;
    int Score;
    int Errors;
};