121 {
122 #ifndef PLATFORM_CONSOLE
123 if (
m_Parent.IsInherited(HandsPreview))
124 {
125 super.SetParentWidget();
126 }
127 else
128 {
130 {
131 CargoContainer gridContainer = CargoContainer.Cast(
m_Parent);
132 if (gridContainer)
133 {
135 }
136 }
137 }
138 #else
139 super.SetParentWidget();
140 #endif
141 }