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 GetDynamicQueryText
(
FName CollectionName,
ECollectionShareType::Type ShareType,
FString & OutQueryText,
FText * OutError
) const
Remarks
Gets the dynamic query text for the specified collection. true if the get was successful.
Parameters
| Name | Description |
|---|---|
| CollectionName | The collection to get the query from. |
| ShareType | The way the collection is shared. |
| OutQueryText | Filled with the query text. |
| OutError | Optional human readable explanation of why the operation failed |