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

Method SpawnComponentDesc

Projects/Demo/source/Common/SpawnComponent.cpp:103–106  ·  view source on GitHub ↗

------------------------------- SpawnComponentDesc::c-tor

Source from the content-addressed store, hash-verified

101// SpawnComponentDesc::c-tor
102//
103SpawnComponentDesc::SpawnComponentDesc(SpawnComponentDesc const& other)
104{
105 *this = other;
106}
107
108//-------------------------------
109// SpawnComponentDesc::d-tor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected