1. 程式人生 > >UE4藍圖節點翻譯---Get Owner

UE4藍圖節點翻譯---Get Owner

  • Get Owner
    獲得所有者

註解

Get the owner of this Actor,
獲得此Actor的所有者,
used primarily for network replication.
主要用於網路複製。

Target is Actor
目標是Actor

節點樹

  1. Actor

圖片

1.輸入

引數名 資料型別 註解
Target Actor Object Reference
目標 引用‘Actor’型別的例項物件

2.輸出

引數名 資料型別 註解
Return Value Actor Object Reference Actor that owns this Actor
返回值 引用‘Actor’型別的例項物件 返回的Actor是上面輸入Actor例項物件引用的擁有者