Go to the source code of this file.
|
| template<typename FunctionInfo , typename ArgumentInfo , typename ReturnType , typename FunctionType > |
| void | UE::Editor::DataStorage::Queries::Private::CallBody (TResult< ReturnType > &QueryResult, IContextContract &Contract, IQueryFunctionResponse &Response, typename TQueryFunction< ReturnType >::FunctionSpecializationCallback Specialization, FunctionType &&Callback) |
| |
| template<typename Return , FunctionType Function> |
| TQueryFunction< Return > | UE::Editor::DataStorage::Queries::BuildQueryFunction (Function &&Callback) |
| |
| template<typename Return , FunctionType Function> |
| TQueryFunction< void > | UE::Editor::DataStorage::Queries::BuildQueryFunction (TResult< Return > &Result, Function &&Callback) |
| |