![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Containers/Array.h"#include "Containers/ContainerAllocationPolicies.h"#include "DataStorage/CommonTypes.h"#include "DataStorage/Handles.h"#include "DataStorage/Queries/Types.h"#include "DataStorage/Queries/Conditions.h"#include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h"#include "Elements/Framework/TypedElementMetaData.h"#include "Misc/Optional.h"#include "Templates/Function.h"#include "UObject/NameTypes.h"#include "UObject/WeakObjectPtr.h"#include "UObject/WeakObjectPtrTemplates.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::Editor |
| namespace | UE::Editor::DataStorage |
Typedefs | |
| using | UE::Editor::DataStorage::QueryCallback = TFunction< void(const FQueryDescription &, IQueryContext &)> |
| using | UE::Editor::DataStorage::QueryCallbackRef = TFunctionRef< void(const FQueryDescription &, IQueryContext &)> |
| using | UE::Editor::DataStorage::DirectQueryCallback = TFunction< void(const FQueryDescription &, IDirectQueryContext &)> |
| using | UE::Editor::DataStorage::DirectQueryCallbackRef = TFunctionRef< void(const FQueryDescription &, IDirectQueryContext &)> |