Thank you for your input on this.
Here is something that can work out for organization. It is stilla node, but it does not yield one frame as a normal “empty” Action State.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
using ParadoxNotion.Design;
namespaceNodeCanvas.StateMachines
{
[Description("This node has no functionality and you can use this for organization.nOutgoing transitions are immediately evaluated in the same frame that this node is entered, in comparison to an empty Action State which always yields one frame even if empty.")]