5 private ref array<ref SCR_BaseEditorAttribute> m_aAttributes;
9 return m_aAttributes[
index];
11 int GetAttributesCount()
13 return m_aAttributes.Count();
17 return m_aAttributes.Find(attribute);
19 void InsertAllAttributes(out notnull array<SCR_BaseEditorAttribute> outAttributes)
21 for (
int i = 0, count = m_aAttributes.Count(); i < count; i++)
23 outAttributes.Insert(m_aAttributes[i]);