1234567891011121314151617181920212223 |
- {
- "entries": [
- {
- "base": "{F200B22A-5903-483A-BF63-5241BC03632B}",
- "context": "ScriptCanvas::Node",
- "variant": "",
- "details": {
- "name": "On Graph Start",
- "category": "Timing",
- "tooltip": "Starts executing the graph when the entity that owns the graph is fully activated."
- },
- "slots": [
- {
- "base": "Output_Out_0",
- "details": {
- "name": "Out",
- "tooltip": "Signaled when the entity that owns this graph is fully activated."
- }
- }
- ]
- }
- ]
- }
|