- Declaration
static void FetchFileById(FString ContentId, FCavrnusContentProgressFunction OnProgress, FCavrnusContentFunction OnContentLoaded);
Delegates Types:
DECLARE_DYNAMIC_DELEGATE_TwoParams(FCavrnusContentProgressFunction, float, Progress, FString, Step);
DECLARE_DYNAMIC_DELEGATE_OneParam(FCavrnusContentFunction, const TArray<uint8>&, bytes);
- Description
Downloads an encrypted file to your device, and provides you with a stream.
Note that during this process an unencrypted version of the file does appear on your device in the appdata folder.
- Blueprint Sample
(IMAGE COMING SOON!)
- Code Sample
TBD_SAMPLE.h:
//Coming Soon!
TBD_SAMPLE.cpp:
//Coming Soon!