| 422 | } |
| 423 | |
| 424 | bool AFNodeManager::SetWString(const std::string& name, const std::wstring& value) |
| 425 | { |
| 426 | auto index = GetIndex(name); |
| 427 | ARK_ASSERT_RET_VAL(index > 0, false); |
| 428 | |
| 429 | return SetWString(index, value); |
| 430 | } |
| 431 | |
| 432 | bool AFNodeManager::SetGUID(const std::string& name, const AFGUID& value) |
| 433 | { |