| 198 | } |
| 199 | |
| 200 | void CreateAssetContext::AddMeta(JsonWriter& writer) const |
| 201 | { |
| 202 | writer.JKEY("ImportPath"); |
| 203 | writer.String(AssetsImportingManager::GetImportPath(InputPath)); |
| 204 | writer.JKEY("ImportUsername"); |
| 205 | writer.String(Platform::GetUserName()); |
| 206 | } |
| 207 | |
| 208 | void CreateAssetContext::ApplyChanges() |
| 209 | { |