当前位置:网站首页>UE4蓝图学习篇(四)--流程控制ForLoop和WhileLoop
UE4蓝图学习篇(四)--流程控制ForLoop和WhileLoop
2022-07-06 14:48:00 【卡西莫多说】
今天给大家介绍另外的流程控制节点。
流程控制-ForLoop
ForLoop是利用计数器所具备的计数循环次数功能来进行处理的。循环从第一个索引值进来,然后依次增加1,达到最后一个索引的时候循环结束。
First Index:第一个索引值,Last Index:最后一个索引值,Loop Body:循环体
Index:当前索引,Completed:循环结束后执行的操作
数组与ForEachLoop
数组可以对多个值进行集中管理,处理保管于数组中的所有数据时会用到循环。
添加一个数组,并给它添加一些元素
Array连接的时一个建立的数组,LoopBody是循环体,ArrayElement是数组元素,ArrayIndex是数组索引,从0开始,Compieted是完成后的操作。
例子:求数组中元素的平均值
whileLoop
whileLoop需要一个bool值进行判断是否进入到循环中,当bool值为false的时候退出循环。
例子:判断一个数是否是质数
除了1和它本身,不可以被其他书数整除
先判断num数值是否和counter相等,如果为false,再去判断%counter是否为0,如果能被counter整除,它就不是质数,counter每次加1 。
边栏推荐
- BarcodeX(ActiveX打印控件) v5.3.0.80 免费版使用
- Unity3d Learning Notes 6 - GPU instantiation (1)
- 雅思口语的具体步骤和时间安排是什么样的?
- 2020 Bioinformatics | GraphDTA: predicting drug target binding affinity with graph neural networks
- SQL Server生成自增序号
- CCNA-思科网络 EIGRP协议
- (18) LCD1602 experiment
- 在IPv6中 链路本地地址的优势
- Web APIs DOM time object
- sizeof关键字
猜你喜欢
Spatial domain and frequency domain image compression of images
2021 geometry deep learning master Michael Bronstein long article analysis
Management background --1 Create classification
3DMAX assign face map
PVL EDI 项目案例
Heavyweight news | softing fg-200 has obtained China 3C explosion-proof certification to provide safety assurance for customers' on-site testing
Chapter 4: talk about class loader again
[leetcode daily clock in] 1020 Number of enclaves
Hardware development notes (10): basic process of hardware development, making a USB to RS232 module (9): create ch340g/max232 package library sop-16 and associate principle primitive devices
Memorabilia of domestic database in June 2022 - ink Sky Wheel
随机推荐
NPDP认证|产品经理如何跨职能/跨团队沟通?
Solve project cross domain problems
图像的spatial domain 和 frequency domain 图像压缩
Mysql database basic operations DML
Barcodex (ActiveX print control) v5.3.0.80 free version
2500 common Chinese characters + 130 common Chinese and English characters
[leetcode daily clock in] 1020 Number of enclaves
GPS from getting started to giving up (XI), differential GPS
pytorch_YOLOX剪枝【附代码】
QT | UDP broadcast communication, simple use case
0 basic learning C language - digital tube
Heavyweight news | softing fg-200 has obtained China 3C explosion-proof certification to provide safety assurance for customers' on-site testing
Force deduction question 500, keyboard line, JS implementation
extern关键字
sizeof关键字
volatile关键字
基於 QEMUv8 搭建 OP-TEE 開發環境
SQL Server生成自增序号
雅思口语的具体步骤和时间安排是什么样的?
C # realizes crystal report binding data and printing 4-bar code