UCloudStorageBase::QueryForCloudDocuments

Kick off an async query of documents that exist in the cloud.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/CloudStorageBase.h

Include

#include "Engine/CloudStorageBase.h"

Source

/Engine/Source/Runtime/Engine/Private/ScriptPlatformInterface.cpp

Syntax

virtual bool QueryForCloudDocuments()

Remarks

Kick off an async query of documents that exist in the cloud. If any documents have already been retrieved, this will flush those documents, and refresh the set. A CSD_DocumentQueryComplete delegate will be called when it completes (if this function returns true). Then use GetNumCloudDocuments() and GetCloudDocumentName() to get the information about any existing documents.

Returns

true on success, false otherwise.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss