Support Board
Date/Time: Sun, 01 Mar 2026 20:11:24 +0000
Post From: Set subgraph name works only after first default setup
| [2022-05-01 13:05:57] |
| User907968 - Posts: 866 |
|
Automatic looping: if (sc.Index == 0) { sc.Subgraph[ID_OF_GRAPH].Name = mySCInputRef.GetSelectedCustomString(); } Manual looping: if (sc.UpdateStartIndex == 0) { sc.Subgraph[ID_OF_GRAPH].Name = mySCInputRef.GetSelectedCustomString(); } |
