Construct Script和Event Graph

Construct Script

Construct Script是在蓝图类被实例化时执行的脚本,通常用来进行变量、材质、mesh之类的初始化,因此无需再在Event Graph里用Event BeginPlay来初始化。