'c++'에 해당되는 글 2건

  1. 2017.11.07 Dynamic Texture in UE4
  2. 2017.09.12 Visual Studio 에서 can not open source file 에러가 발생할 경우. 1

Dynamic Texture in UE4

언리얼엔진4에서 dynamic texture 에 관한 튜터리얼

마지막 페이지의 Write Texture Data  부분을 자세히 볼 것.





http://www.showmethatagain.com/2015/11/13/dynamic-textures-in-ue4/


Visual Studio 에서 can not open source file 에러가 발생할 경우.

UE4 소스 코드를 visual studio 에서 보고 있을 경우

대부분은 intellisense 를 통해서 기타 등등 많은 부분 참조하면서 보게 된다.




그러나 가끔 에러가 나기도 하는데 위와 같은 에러가 발생할 경우에는


intellisense 가 해당 파일을 찾지 못해서 생기는 경우다.


아마 기본적으로 많은 디렉토리를 포함하고 있지만.

Classes 등의 서브 폴더의 경우에는 포함 안된 경우가 많기 때문에


솔루션 -> 마우스 오른쪽 버튼 -> Property


NMake -> Intellisense -> include search path


이부분에 직접 지정해서 폴더를 추가해주면 찾는다.




https://answers.unrealengine.com/questions/182995/471-cant-open-source-file-1.html

prev 1 next