Lines Matching refs:UDMF
20 using UnifiedRecord = UDMF::UnifiedRecord;
21 using UnifiedData = UDMF::UnifiedData;
22 using UnifiedDataProperties = UDMF::UnifiedDataProperties;
23 using UDType = UDMF::UDType;
115 const std::shared_ptr<std::map<std::string, UDMF::ValueType>> &entries)
128 std::shared_ptr<std::vector<std::pair<std::string, UDMF::ValueType>>> ConvertUtils::Convert(
131 std::map<std::string, UDMF::ValueType> udmfEntryMap;
132 std::vector<std::pair<std::string, UDMF::ValueType>> udmfEntries;
146 udmfEntries.emplace_back(std::pair<std::string, UDMF::ValueType>(item->first, item->second));
149 return std::make_shared<std::vector<std::pair<std::string, UDMF::ValueType>>>(udmfEntries);
172 unifiedDataProperties->shareOptions = properties.shareOption == InApp ? UDMF::ShareOptions::IN_APP
173 : UDMF::ShareOptions::CROSS_APP;