/
FCavrnusRemoteContent (Unreal Engine)

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.

Related content

CavrnusRemoteContent (Unity)
CavrnusRemoteContent (Unity)
More like this
FetchAllUploadedContent (Unreal Engine)
FetchAllUploadedContent (Unreal Engine)
More like this
UploadContentWithTags (Unreal Engine)
UploadContentWithTags (Unreal Engine)
More like this
FCavrnusVideoInputDevice (Unreal Engine)
FCavrnusVideoInputDevice (Unreal Engine)
More like this
FetchFileById (Unreal Engine)
FetchFileById (Unreal Engine)
More like this
API Reference - Unreal
API Reference - Unreal
More like this