Navigation
Unreal Engine C++ API Reference > Developer > CollectionManager > ICollectionManager
References
Module | CollectionManager |
Header | /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h |
Include | #include "ICollectionManager.h" |
bool SetDynamicQueryText
&40;
FName CollectionName,
ECollectionShareType::Type ShareType,
const FString & InQueryText
&41;
Remarks
Sets the dynamic query text for the specified collection. true if the set was successful. If false, GetLastError will return a human readable string description of the error.
Parameters
Name | Description |
---|---|
CollectionName | The collection to set the query on. |
ShareType | The way the collection is shared. |
InQueryText | The new query to set. |