/
FetchAllUploadedContent (Unreal Engine)

FetchAllUploadedContent (Unreal Engine)

- Declaration

static void FetchAllUploadedContent(const CavrnusRemoteContentFunction& OnAvailableContentFetched);

Delegates Types:

DECLARE_DYNAMIC_DELEGATE_OneParam(FCavrnusRemoteContentFunction, const TArray<FCavrnusRemoteContent>&, availableContent);

typedef TFunction<void(const TArray<FCavrnusRemoteContent>&)> CavrnusRemoteContentFunction;

- Description

Gives you a list of all the available content on your Cavrnus domain. Returns a list of type FCavrnusRemoteContent. This is useful when displaying a menu of uploaded file options to your users.

- Blueprint Sample

(IMAGE COMING SOON!)

- Code Sample

TBD_SAMPLE.h:

//Coming Soon!

TBD_SAMPLE.cpp:

//Coming Soon!

Related content

FCavrnusRemoteContent (Unreal Engine)
FCavrnusRemoteContent (Unreal Engine)
More like this
CavrnusRemoteContent (Unity)
CavrnusRemoteContent (Unity)
More like this
FetchAllUploadedContent (Unity)
FetchAllUploadedContent (Unity)
More like this
UploadContentWithTags (Unreal Engine)
UploadContentWithTags (Unreal Engine)
More like this
UploadContent (Unreal Engine)
UploadContent (Unreal Engine)
More like this
FetchFileById (Unreal Engine)
FetchFileById (Unreal Engine)
More like this