Files
UnrealEngineUWP/Engine/Plugins/Web/WebAPI/Source/WebAPIBlueprintGraph/Private/WebAPIBlueprintGraphStats.h

11 lines
245 B
C
Raw Normal View History

// 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);