http://www.v5xy.com/?p=858
UE4的组件分为两种:USceneComponent, UActorComponent
UActorComponent
(NewObject(this)一定要带Outer参数)
可以在编辑器里面查看到这个两个组件已经挂载在Actor下。