Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- deltaTime
- unreal engine
- staticmesh mobility
- unreal engine redirection crash
- change textblock color
- Unreal Engine 4
- Ai
- 리디렉션 크래쉬
- redirection crash
- 언리얼
- ue4 error
- UE4
- skill system
- LittleNightMare
- UnrealEngine
- Random Map Generator
- Unreal Engine 5
- UE5
- unity
- ue4 Crash
- splinemeshcomponent scale
- redirector crash
- register component
- 13iew
- Unreal Engine Error
- 리디렉터 크래쉬
- UE
- unreal engine skill
- 랜덤 맵 생성
- tscriptinterface
Archives
- Today
- Total
Class GameDev* SheepAdult
[Unreal Engine 4] Error - 'void ConstructorHelpers::ValidateObject(...) :인수 1을(를) 'T *'에서 'UObject *'(으)로 변환할 수 없습니다.' 본문
Unreal Engine
[Unreal Engine 4] Error - 'void ConstructorHelpers::ValidateObject(...) :인수 1을(를) 'T *'에서 'UObject *'(으)로 변환할 수 없습니다.'
SheepAdult 2022. 11. 6. 18:09해당 에러가 발생하는 이유는 아래 with 괄호 안의 rvalue(?)에 해당하는 헤더파일이 없기 때문이다. 즉, 해결방법은 해당 cpp 파일에 헤더파일을 추가하면된다.
하지만 어떠한 과정으로 인해 저 에러가 생기는지는 모르겠다... 그냥 Tick 함수의 내부 코드들을 주석처리하면 해당 에러가 발생하고 코드가 있으면 발생하지 않는데, Tick의 코드는 외부에 영향을 주지 않는 코드라 이해가 되지 않는다,, 암튼 해결 방법은 알았으니 추가적인 것은 추후에 알아 봐야겠다.
'Unreal Engine' 카테고리의 다른 글
[Unreal Engine 4] Error - Unable to merge actions producing ... : prerequisites are different (0) | 2022.11.16 |
---|---|
[Unreal Engine] Error 모음 (계속 추가하며) (0) | 2022.11.10 |
[Unreal Engine 4.27] Able / Disable Detail Property - EditCondition (1) | 2022.09.25 |
[Unreal Engine 4.27 C++] PURE_VIRTUAL Macro는 순수 가상 함수인가? (0) | 2022.08.21 |
[Unreal Engine] Game Pause 시 특정 키 입력 가능하게 하기 (0) | 2022.07.12 |