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!