質問編集履歴
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,9 +12,9 @@
|
|
12
12
|
|
13
13
|
#include "CoreMinimal.h"
|
14
14
|
|
15
|
-
#include "Components/ActorComponent.h"
|
15
|
+
#include "Components/ActorComponent.h"
|
16
16
|
|
17
|
-
#include "GameFramework/Actor.h"
|
17
|
+
#include "GameFramework/Actor.h" //これを入れると
|
18
18
|
|
19
19
|
#include "AssultGun.generated.h"
|
20
20
|
|
1
エラー箇所の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
#include "CoreMinimal.h"
|
14
14
|
|
15
|
-
#include "Components/ActorComponent.h"
|
15
|
+
#include "Components/ActorComponent.h" //これを入れると
|
16
16
|
|
17
17
|
#include "GameFramework/Actor.h"
|
18
18
|
|
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
{
|
28
28
|
|
29
|
-
GENERATED_BODY()
|
29
|
+
GENERATED_BODY() // 「この宣言にはストレージ クラスまたは型指定詞がありません」
|
30
30
|
|
31
31
|
|
32
32
|
|