Support Board
Date/Time: Wed, 12 Mar 2025 05:43:58 +0000
Post From: Set subgraph name works only after first default setup
[2022-05-01 13:05:57] |
User907968 - Posts: 838 |
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(); } |