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

Method SetPath

Engine/source/EtCore/Content/Asset.cpp:112–116  ·  view source on GitHub ↗

--------------------------------- I_Asset::SetPath Sets the path of an asset and regenerates the package entry ID

Source from the content-addressed store, hash-verified

110// Sets the path of an asset and regenerates the package entry ID
111//
112void I_Asset::SetPath(std::string const& val)
113{
114 m_Path = val;
115 m_PackageEntryId = (m_Path + m_Name).c_str();
116}
117
118//---------------------------------
119// I_Asset::GetReferenceIds

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected