UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Editor::DataStorage::Queries::TResult< ResultType > Struct Template Referenceabstract

#include <TypedElementQueryFunctionArgumentTypes.h>

Public Member Functions

virtual void Add (ResultType ResultValue)=0
 

Detailed Description

template<typename ResultType>
struct UE::Editor::DataStorage::Queries::TResult< ResultType >

Functions that return anything other than void need to provide an interface to collect results into. It'll be up to the implementation to determine what to do with the results, such as track each registered value or accumulate all results together. Query Callback functions that operate in single mode can return the result type from the function and the result will automatically be added. Query Callback functions that work in batch mode require having a TResult<...>& argument where results are written to.

Member Function Documentation

◆ Add()

template<typename ResultType >
virtual void UE::Editor::DataStorage::Queries::TResult< ResultType >::Add ( ResultType  ResultValue)
pure virtual

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