![]() |
LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
|
#include <LootLockerServerAssetRequest.h>
Data Fields | |
| int | size = 0 |
| The size of the file in bytes. | |
| FString | name |
| The name of the file. | |
| FString | url |
| The URL of the file. | |
| TArray< FString > | tags |
| The tags associated with the file. | |
| FString FLootLockerServerSimpleAssetFile::name |
The name of the file.
| int FLootLockerServerSimpleAssetFile::size = 0 |
The size of the file in bytes.
| TArray<FString> FLootLockerServerSimpleAssetFile::tags |
The tags associated with the file.
| FString FLootLockerServerSimpleAssetFile::url |
The URL of the file.