MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / AddMeta

Method AddMeta

Source/Engine/ContentImporters/AssetsImportingManager.cpp:200–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void 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
208void CreateAssetContext::ApplyChanges()
209{

Callers 3

ImportMethod · 0.80
CreateMethod · 0.80
ImportMethod · 0.80

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected