Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemand > API/Runtime/IoStoreOnDemand/IO
References
| Module | IoStoreOnDemand |
| Header | /Engine/Source/Runtime/Experimental/IoStoreOnDemand/Public/IO/IoStoreOnDemand.h |
| Include | #include "IO/IoStoreOnDemand.h" |
Syntax
struct FIoStoreUploadParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AccessKey | ||
| bool | bDeleteContainerFiles | ||
| bool | bDeletePakFiles | ||
| FString | Bucket | ||
| FString | BucketPrefix | ||
| FString | BuildVersion | ||
| bool | bWriteTocToDisk | If we should write out the .iochunktoc to disk as well as uploading it. | |
| FString | CredentialsFile | ||
| FString | CredentialsFileKeyName | ||
| FString | DistributionUrl | ||
| FString | EncryptionKeyName | ||
| FString | FallbackUrl | ||
| int32 | MaxConcurrentUploads | ||
| FString | Region | ||
| FString | SecretKey | ||
| FString | ServiceUrl | ||
| FString | SessionToken | ||
| FString | TargetPlatform | ||
| FString | TocOutputDir | Where the .iochunktoc file should be written out. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TIoStatusOr< FIoStoreUploadParams > | |||
| FIoStatus | Validate () |