Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/FConditions
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Verify
(
TConstArrayView< FColumnBase > AvailableColumns |
Runs the provided list of columns through the conditions and returns true if a valid combination of columns is found. | DataStorage/Queries/Conditions.h | |
bool Verify
(
TSet< TWeakObjectPtr< const UScriptStruct > > AvailableColumns |
Runs the provided list of columns through the conditions and returns true if a valid combination of columns is found. | DataStorage/Queries/Conditions.h | |
bool Verify
(
ContainsCallback Callback |
Runs through the list of query conditions and uses the callback to verify if a column is available. | DataStorage/Queries/Conditions.h | |
bool Verify
(
TConstArrayView< TWeakObjectPtr< const UScriptStruct > > AvailableColumns, |
Runs the provided list of columns through the conditions and returns true if a valid combination of columns is found. | DataStorage/Queries/Conditions.h | |
bool Verify
(
TArray< TWeakObjectPtr< const UScriptStruct > >& MatchedColumns, |
Runs the provided list of columns through the conditions and returns true if a valid combination of columns is found. | DataStorage/Queries/Conditions.h | |
bool Verify
(
TArray< TWeakObjectPtr< const UScriptStruct > >& MatchedColumns, |
Runs the provided list of columns through the conditions and returns true if a valid combination of columns is found. | DataStorage/Queries/Conditions.h |
Verify(TConstArrayView< FColumnBase >)
Description
Runs the provided list of columns through the conditions and returns true if a valid combination of columns is found.
| Name | Verify |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/Queries/Conditions.h |
| Include Path | #include "DataStorage/Queries/Conditions.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Private/DataStorage/Queries/Conditions.cpp |
bool Verify
(
TConstArrayView< FColumnBase > AvailableColumns
) const
Verify(TSet< TWeakObjectPtr< const UScriptStruct > >)
Description
Runs the provided list of columns through the conditions and returns true if a valid combination of columns is found.
| Name | Verify |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/Queries/Conditions.h |
| Include Path | #include "DataStorage/Queries/Conditions.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Private/DataStorage/Queries/Conditions.cpp |
bool Verify
(
TSet< TWeakObjectPtr < const UScriptStruct > > AvailableColumns
) const
Verify(ContainsCallback)
Description
Runs through the list of query conditions and uses the callback to verify if a column is available.
| Name | Verify |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/Queries/Conditions.h |
| Include Path | #include "DataStorage/Queries/Conditions.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Private/DataStorage/Queries/Conditions.cpp |
bool Verify
(
ContainsCallback Callback
) const
Verify(TConstArrayView< TWeakObjectPtr< const UScriptStruct > >, bool)
Description
Runs the provided list of columns through the conditions and returns true if a valid combination of columns is found.
| Name | Verify |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/Queries/Conditions.h |
| Include Path | #include "DataStorage/Queries/Conditions.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Private/DataStorage/Queries/Conditions.cpp |
bool Verify
(
TConstArrayView< TWeakObjectPtr < const UScriptStruct > > AvailableColumns,
bool AvailableColumnsAreSorted
) const
Verify(TArray< TWeakObjectPtr< const UScriptStruct > > &, TConstArrayView< FColumnBase >, bool)
Description
Runs the provided list of columns through the conditions and returns true if a valid combination of columns is found. This version returns a list of the columns that were used to match the condition.
| Name | Verify |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/Queries/Conditions.h |
| Include Path | #include "DataStorage/Queries/Conditions.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Private/DataStorage/Queries/Conditions.cpp |
bool Verify
(
TArray < TWeakObjectPtr < const UScriptStruct > > & MatchedColumns,
TConstArrayView< FColumnBase > AvailableColumns,
bool AvailableColumnsAreSorted
) const
Verify(TArray< TWeakObjectPtr< const UScriptStruct > > &, TConstArrayView< TWeakObjectPtr< const UScriptStruct > >, bool)
Description
Runs the provided list of columns through the conditions and returns true if a valid combination of columns is found. This version returns a list of the columns that were used to match the condition.
| Name | Verify |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/Queries/Conditions.h |
| Include Path | #include "DataStorage/Queries/Conditions.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Private/DataStorage/Queries/Conditions.cpp |
bool Verify
(
TArray < TWeakObjectPtr < const UScriptStruct > > & MatchedColumns,
TConstArrayView< TWeakObjectPtr < const UScriptStruct > > AvailableColumns,
bool AvailableColumnsAreSorted
) const