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