MCPcopy Create free account
hub / github.com/Illation/ETEngine / SetName

Method SetName

Engine/source/EtCore/Content/AssetDatabase.cpp:39–43  ·  view source on GitHub ↗

--------------------------------- AssetDatabase::PackageDescriptor::SetName Sets the name of a package generator and generates its ID

Source from the content-addressed store, hash-verified

37// Sets the name of a package generator and generates its ID
38//
39void AssetDatabase::PackageDescriptor::SetName(std::string const& val)
40{
41 m_Name = val;
42 m_Id = m_Name.c_str();
43}
44
45
46//====================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected