質問編集履歴

2

追記しました

2021/09/03 04:39

投稿

Delic
Delic

スコア2

test CHANGED
@@ -1 +1 @@
1
- C++コードで同階層のChildアクターの参照の取得方法を知りたい!
1
+ UE4のC++コードで同階層のChildアクターの参照の取得方法を知りたい!
test CHANGED
File without changes

1

追記しました

2021/09/03 04:39

投稿

Delic
Delic

スコア2

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  ```C++
28
28
 
29
- GetParentActor()->RootComponent->GetChildComponent()->GetOwner()
29
+ GetParentActor()->RootComponent->GetChildComponent(0)->GetOwner()
30
30
 
31
31
 
32
32