반응형
UE5 Live Coding을 사용하여 빌드할 때 발생하는 에러다.
UE editor를 켜놓은 상태에서 Live Coding 빌드하려고 하면
"Unable to patch action graph - unexpected executable in compile action" 요런 에러가 뜨면서 내가 짜놓은 코드가 안돌아감 BP Class 만들려 해도 상속못받음 등등..
이럴 땐 UE Editor를 닫고 Rider(혹은 VS / VSCode)로 Solution Build를 한번 진행한 후에 Live Coding 진행하면 쉽게 해결된다.
참고자료
반응형