参考Niagara_Advanced内容示例 4.2 Export Particle Data to Blueprint,学习笔记,仅供参考。祝愿日子越来越好!大美兰陵越来越好!
我们要想把数据从niagara传到blueprint,需要做以下工作:
一、先设置Niagara System。
In order to tell our Niagara System which blueprint to use, we first make a User Parameter in the "System Settings" section of Niagara.(为了告诉我们Niagara系统哪一个蓝图使用,我们首先定义一个用户参数在Niagara系统设置部分)
This User Parameter will be of the type "Object" and can be named whatever you like. In this case, the name is BPCallBackHandler .(这个用户参数是Object类型,并且可以被命名为你喜欢的名字,在这个实例当中,名字叫BPCallBackHandler)
1、新建Niagara System,命名为NS_export。
2、新建一个用户公开变量object,更名为BPCallBackHandler。