Blueprint Essentials - 13 - While Loops

From Epic Wiki
Jump to: navigation, search


<youtube height=405 width=720>https://www.youtube.com/watch?v=2RkaUkaLZu4&index=29&list=PLZlv_N0_O1gaCL2XjKluO7N2Pmmw9pvhE</youtube>

Author:

Epic Games

Description:

A While Loop will continue to execute a portion of a script while its condition is true. Here we discuss some academic uses and some common pitfalls with While Loops.