chore: use Asset definition instead of enum entry for zcg

This commit is contained in:
Jan Laupetin
2025-04-28 12:53:02 +01:00
committed by Jan
parent 3adbe5a275
commit 1fe1b30831
13 changed files with 195 additions and 203 deletions
@@ -12,7 +12,7 @@ StructureComputations::StructureComputations(const StructureInformation* structu
bool StructureComputations::IsAsset() const
{
return m_info->m_asset_enum_entry != nullptr;
return !m_info->m_asset_name.empty();
}
MemberInformation* StructureComputations::GetDynamicMember() const