- Learning Unreal? Engine iOS Game Development
- Muhammad A.Moniem
- 182字
- 2021-07-23 20:12:34
What is a node?
A node is the visual representation of a function. To make life easier, Unreal Engine 4 provides the ability to create logic without writing code, by just using and connecting nodes.
A node can have inputs, outputs, both, or, in some cases, nothing except the execution ports.
For example, a PrintString node is a visual representation of the typical printing function, but has even more parameters. You can pass a string value to the In String input, or a Boolean value to the print options, or even a color variable to TextColor; however, as you can see, the nodes have no outputs. The white in and out arrows are not considered inputs or outputs, they are the function start and end, which represent the curly braces in a normal function.

Another example can be a node like Event Hit, which is an event node having no inputs, and usually has no execution as it executes itself. However, as you can see, it has lots of outputs, which always vary based on the current situation of the hit event.

- 零基礎PHP學習筆記
- iOS 9 Game Development Essentials
- arc42 by Example
- AIRAndroid應用開發實戰
- 神經網絡編程實戰:Java語言實現(原書第2版)
- OpenCV for Secret Agents
- PHP+MySQL網站開發技術項目式教程(第2版)
- 基于免疫進化的算法及應用研究
- Learning Python Design Patterns(Second Edition)
- Python從入門到精通(第3版)
- INSTANT Lift Web Applications How-to
- TensorFlow.NET實戰
- CISSP in 21 Days(Second Edition)
- Hands-On GUI Application Development in Go
- Vue.js 3.0從入門到精通(視頻教學版)