Navigation
API > API/Developer > API/Developer/CollectionManager > API/Developer/CollectionManager/ICollectionManager
References
| Module | CollectionManager |
| Header | /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h |
| Include | #include "ICollectionManager.h" |
bool TestDynamicQuery
&40;
FName CollectionName,
ECollectionShareType::Type ShareType,
const ITextFilterExpressionContext & InContext,
bool & OutResult
&41; const
Remarks
Tests the dynamic query for the specified collection against the context provided. true if the get was successful. If false, GetLastError will return a human readable string description of the error.
Parameters
| Name | Description |
|---|---|
| CollectionName | The collection to get the query from. |
| ShareType | The way the collection is shared. |
| InContext | The context to test against. |
| OutResult | Filled with the result of the query. |