Files
UnrealEngineUWP/Engine/Plugins/Web/WebAPI/Source/WebAPIBlueprintGraph/Private/WebAPIBlueprintGraphStats.h
George Rolfe 76bbfb8259 WebAPI initial submission redux
#rb simon.therriault
#jira UETOOL-4463
#preflight 623fc3e58073508cfc1fbc78

[CL 19527360 by George Rolfe in ue5-main branch]
2022-03-28 10:54:41 -04:00

11 lines
245 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "Stats/Stats.h"
#include "Stats/Stats2.h"
DECLARE_STATS_GROUP(TEXT("WebAPIBlueprintGraph"), STATGROUP_WebAPIBlueprintGraph, STATCAT_Advanced);