![]() |
LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
|
#include <LootLockerServerResponse.h>
Data Fields | |
| FString | RequestTime = "" |
| The time that this request was made. | |
| FString | RequestId = "" |
| The unique identifier for this request. | |
| FString | RequestURL = "" |
| The url that this request was made to. | |
| FString | RequestMethod = "" |
| The HTTP Method that was used for this request. | |
| FString | RequestParametersJsonString = "" |
| The request parameters as a json string. | |
| FString FLootLockerServerRequestContext::RequestId = "" |
The unique identifier for this request.
| FString FLootLockerServerRequestContext::RequestMethod = "" |
The HTTP Method that was used for this request.
| FString FLootLockerServerRequestContext::RequestParametersJsonString = "" |
The request parameters as a json string.
| FString FLootLockerServerRequestContext::RequestTime = "" |
The time that this request was made.
| FString FLootLockerServerRequestContext::RequestURL = "" |
The url that this request was made to.