关于更换物体

大家好!
我刚开始学u的
我现在能换物体的材质 输入—multigate—setmaterial
要更换整个物体的话(box换成sphere)怎么办,multigate好像没用!

你好!

multigate和setmaterial应该没有直接的关系。

multigate主要是用于BP的流程控制的
这里有中文的文档
https://docs.unrealengine.com/latest/CHN/Engine/Blueprints/UserGuide/FlowControl/index.html#multigate。

你说的更换整个物体,从字面上理解,Box的Actor上应该有一个StaticMeshComponent,把它更换成一个新的StaticMesh就可以了。
这里有SetStaticMesh的节点说明
http://docs-origin.unrealengine.com/latest/INT/BlueprintAPI/Components/StaticMesh/SetStaticMesh/index.html