UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Editor::DataStorage::FQueryResult Struct Referencefinal

#include <Types.h>

Public Types

enum class  ECompletion {
  Fully , Partially , Unsupported , Unavailable ,
  Incompatible , MissingDependency
}
 

Public Attributes

uint32 Count { 0 }
 
ECompletion Completed { ECompletion::Unavailable }
 

Member Enumeration Documentation

◆ ECompletion

Enumerator
Fully 

Query could be fully executed.

Partially 

Only portions of the query were executed. This is caused by a problem that was encountered partway through processing.

Unsupported 

The back-end doesn't support the particular query. This may be a limitation in how/where the query is run or because the query contains actions and/or operations that are not supported.

Unavailable 

The provided query is no longer available.

Incompatible 

The provided callback is not compatible with the query. This can be due to missing columns in the selection or the access to a column is more restricted than the callback requests.

MissingDependency 

One or more dependencies declared on the query could not be retrieved.

Member Data Documentation

◆ Completed

ECompletion UE::Editor::DataStorage::FQueryResult::Completed { ECompletion::Unavailable }

The number of rows were processed.

◆ Count

uint32 UE::Editor::DataStorage::FQueryResult::Count { 0 }

The documentation for this struct was generated from the following file: