24namespace PolyphaseEditorInternal
31 using AutocompleteFilter = bool (*)(
const std::string& suggestion,
32 const std::string& input);
35 bool DrawAutocompleteDropdown(
const char* dropdownId,
36 std::string& inputText,
37 const std::vector<std::string>& suggestions,
38 AutocompleteFilter filterFunc,
39 bool forceActive =
false,
40 ImGuiID overrideInputId = 0,
41 ImVec2 overrideRectMin = ImVec2(0, 0),
42 ImVec2 overrideRectMax = ImVec2(0, 0));
47 void AssignAssetToProperty(
Object* owner,
PropertyOwnerType
Definition EngineTypes.h:155