Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/FConditions
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool VerifyWithDynamicColumn
(
TConstArrayView< AvailableColumnType > AvailableColumns, |
|||
bool VerifyWithDynamicColumn
(
TConstArrayView< AvailableColumnType > AvailableColumns, |
DataStorage/Queries/Conditions.h |
VerifyWithDynamicColumn(TConstArrayView< AvailableColumnType >, uint64 &, ProjectionFunctionType)
| Name | VerifyWithDynamicColumn |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Private/DataStorage/Queries/Conditions.cpp |
| Include Path | #include "DataStorage/Queries/Conditions.cpp" |
template<typename AvailableColumnType, typename ProjectionFunctionType>
bool VerifyWithDynamicColumn
(
TConstArrayView< AvailableColumnType > AvailableColumns,
uint64 & Matches,
ProjectionFunctionType Projection
) const
VerifyWithDynamicColumn(TConstArrayView< AvailableColumnType >, uint64 &, ProjectionFunction)
| Name | VerifyWithDynamicColumn |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/Queries/Conditions.h |
| Include Path | #include "DataStorage/Queries/Conditions.h" |
template<typename AvailableColumnType, typename ProjectionFunction>
bool VerifyWithDynamicColumn
(
TConstArrayView< AvailableColumnType > AvailableColumns,
uint64 & OutMatches,
ProjectionFunction Projection
) const