You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`[62/63] Link [x64] EngineTestEditorCooked.exe
HoudiniBakeLevelInstanceUtils.cpp.obj : error LNK2005: "bool __cdecl operator==(struct FHoudiniLevelInstanceParams const &,struct FHoudiniLevelInstanceParams const &)" (??8@YA_NAEBUFHoudiniLevelInstanceParams@@0@Z) already defined in HoudiniLevelInstanceUtils.cpp.obj
HoudiniBakeLevelInstanceUtils.cpp.obj : error LNK2005: "unsigned int __cdecl GetTypeHash(struct FHoudiniLevelInstanceParams const &)" (?GetTypeHash@@YAIAEBUFHoudiniLevelInstanceParams@@@z) already defined in HoudiniLevelInstanceUtils.cpp.obj Creating library ...\EngineTest\Binaries\Win64\EngineTestEditorCooked.lib and object ...\EngineTest\Binaries\Win64\EngineTestEditorCooked.exp
...\EngineTest\Binaries\Win64\EngineTestEditorCooked.exe : fatal error LNK1169: one or more multiply defined symbols found`
Locally fixed by removing both implementations from the Utils files and instead implementing them inside the FHoudiniLevelInstanceParams struct itself.
The text was updated successfully, but these errors were encountered:
`[62/63] Link [x64] EngineTestEditorCooked.exe
HoudiniBakeLevelInstanceUtils.cpp.obj : error LNK2005: "bool __cdecl operator==(struct FHoudiniLevelInstanceParams const &,struct FHoudiniLevelInstanceParams const &)" (??8@YA_NAEBUFHoudiniLevelInstanceParams@@0@Z) already defined in HoudiniLevelInstanceUtils.cpp.obj
HoudiniBakeLevelInstanceUtils.cpp.obj : error LNK2005: "unsigned int __cdecl GetTypeHash(struct FHoudiniLevelInstanceParams const &)" (?GetTypeHash@@YAIAEBUFHoudiniLevelInstanceParams@@@z) already defined in HoudiniLevelInstanceUtils.cpp.obj Creating library ...\EngineTest\Binaries\Win64\EngineTestEditorCooked.lib and object ...\EngineTest\Binaries\Win64\EngineTestEditorCooked.exp
...\EngineTest\Binaries\Win64\EngineTestEditorCooked.exe : fatal error LNK1169: one or more multiply defined symbols found`
Locally fixed by removing both implementations from the Utils files and instead implementing them inside the FHoudiniLevelInstanceParams struct itself.
The text was updated successfully, but these errors were encountered: