[UE4][蓝图]同时操作多个Actor的方法:Grouping Actors

 

蓝图中,如果有N个Actor,需求是同时修改N个Actor的Transform,那么可以使用Grouping Actors

Grouping Actors

https://docs.unrealengine.com/latest/INT/Engine/Actors/Grouping/index.html

 

 

你可能感兴趣的:(UE4)