Public Beta — This Feedback Tracker is currently in public beta. For most issues, please visit feedback.bistudio.com
0
Issue Key
State
Access
Public
Project
Creator
Created
Apr 3, 2026
Views
15Attachments
Experimental Version
If modded, list mods
None
Description
Trying to compile the code below in Workbench
//------------------------------------------------------------------------------------------------
[BaseContainerProps()]
class KSC_CooMatrix<Class T> : Managed
{
[Attribute()]
ref array<int> m_aRowIdcs;
[Attribute()]
ref array<int> m_aColIdcs;
[Attribute()]
ref array<T> m_Data;
}
//------------------------------------------------------------------------------------------------
[BaseContainerProps()]
class KSC_SomeDataMatrix : KSC_CooMatrix<float>
{
}throws
You are not signed in. Please sign in to see more details.
Issue Key
State
Access
Public
Project
Creator
Created
Apr 3, 2026
Views
15Attachments