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

Method CreateAsset

Source/Editor/Managed/ManagedEditor.Internal.cpp:591–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589}
590
591bool ManagedEditor::CreateAsset(const String& tag, String outputPath)
592{
593 FileSystem::NormalizePath(outputPath);
594 return AssetsImportingManager::Create(tag, outputPath);
595}
596
597Array<Guid> ManagedEditor::GetAssetReferences(const Guid& assetId)
598{

Callers 13

CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45

Calls 2

NormalizePathFunction · 0.85
CreateFunction · 0.50

Tested by

no test coverage detected