Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCloudStorageBase
Description
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.
| Name | QueryForCloudDocuments |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/CloudStorageBase.h |
| Include Path | #include "Engine/CloudStorageBase.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ScriptPlatformInterface.cpp |
virtual bool QueryForCloudDocuments()
true on success, false otherwise.