FCavrnusRemoteContent (Unreal Engine)

- Fields

FString Id;

FString Name;

FString FileName;

FString ThumbnailUrl;

TMap<FString, FString> Tags Tags;

Represents a file that has been uploaded to the Cavrnus Server.

It is uploaded by calling UploadContent(LINK). Once you have it, you can then pull down the file stream to your device by calling FetchFileById (LINK).

The Name and ThumbnailUrl fields are useful for displaying this in a UI selector. To fetch all the available content and display it, you can call FetchAllUploadedContent(LINK).

The Tags can be any data you want (as specified in the UploadContent(LINK) call). They can be useful for filtering any object selections you offer to your users.