Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/FQueryResult
| |
|
| Name |
ECompletion |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/Queries/Types.h |
| Include Path |
#include "DataStorage/Queries/Types.h" |
Syntax
enum ECompletion
{
Fully,
Partially,
Unsupported,
Unavailable,
Incompatible,
MissingDependency,
}
Values
| Name |
Remarks |
| Fully |
Query could be fully executed. |
| Partially |
Only portions of the query were executed. |
| Unsupported |
The back-end doesn't support the particular query. |
| Unavailable |
The provided query is no longer available. |
| Incompatible |
The provided callback is not compatible with the query. |
| MissingDependency |
One or more dependencies declared on the query could not be retrieved. |