11 lines
192 B
C++
11 lines
192 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "UObject/NameTypes.h"
|
|
|
|
namespace UE::DataLinkHttp
|
|
{
|
|
const FLazyName InputHttpSettings(TEXT("InputHttpSettings"));
|
|
}
|