Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

- Declaration

static void UploadContentWithTags(FString FilePath, TMap<FString, FString> Tags, FCavrnusUploadCompleteFunction OnUploadComplete);

Delegates Options:

DECLARE_DYNAMIC_DELEGATE_OneParam(FCavrnusUploadCompleteFunction, const FCavrnusRemoteContent&, uploadedContent);

typedef TFunction<void(const FCavrnusRemoteContent&)> CavrnusUploadCompleteFunction;

- Description

This is basically identical to UploadContent except that it allows you to specify additional tags to help filter/organize your objects in UI or otherwise.

- Blueprint Sample

(IMAGE COMING SOON!)

- Code Sample

TBD_SAMPLE.h:

//Coming Soon!

TBD_SAMPLE.cpp:

//Coming Soon!
  • No labels