Navigation
API > API/Plugins > API/Plugins/WebAPI
References
| Module | WebAPI |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPI/Public/WebAPITypes.h |
| Include | #include "WebAPITypes.h" |
Syntax
namespace UE
{
namespace WebAPI
{
namespace HttpVerb
{
static UE::WebAPI::HttpVerb::NAME_Put = FName(TEXT("PUT"));
}
}
}
Remarks
Public name, available to the world. Names are stored as a combination of an index into a table of unique strings and an instance number. Names are case-insensitive, but case-preserving (when WITH_CASE_PRESERVING_NAME is 1)