UE5

[UE5][UE4vstool] UE 매크로에 Indentation 끄기

_mwmw 2023. 8. 12. 10:19

 

UE스크립트를 작성하다보면 

매크로 작성후 엔터를 치거나 복사 붙여넣기 하면 자동으로 인덴트가 들어가게 된다.

 

그럼 저 필요없는 인덴트를 지워야하는 수고로움이 있었는는데, 이에 공감하고 가엽게 여긴이가 감사하게도 이를 해결할 확장 도구를 만들어 주셨다.

 

바로 'UE4 Smarter Macro Indenting'.

이름은 ue4지만 ue5도 적용된다.

 

VS에 설치해보자.

 

일단 VisualCommander를 설치해야한다.

https://vlasovstudio.com/visual-commander/

 

Visual Commander - Modern alternative to Visual Studio macros

Visual Commander The freemium Visual Commander extension lets you automate repetitive tasks in Visual Studio 2022/2019/2017 and SSMS 17/2016. You can reuse existing Visual Studio macros from previous versions of the IDE and create new commands and extensio

vlasovstudio.com

UE4 Smarter Macro Indenting은 VisaulCommander 내에서 설치가 된다.

사이트 하단에서 다운로드를 하고 설치하자.

 

설치가 완료되면 아래 Github페이지에 들어가서 받아주자

https://github.com/hackalyze/ue4-vs-extensions

 

GitHub - hackalyze/ue4-vs-extensions: Useful UE4 Visual Studio extensions.

Useful UE4 Visual Studio extensions. Contribute to hackalyze/ue4-vs-extensions development by creating an account on GitHub.

github.com

 

받아보면 2가지 종류가 있는데 우린 vs2017-2019라고 적혀있는 파일을 사용한다.

작성일 기준 vs2022까지 지원되는걸 확인했다.

 

VS로 가서 Extensions > VCmd > Import... 를 눌러 방금 받은 파일을 임포트하자

 

임포트가 완료되면 윗창의 Extentions...를 눌러 잘 설치가 되었는지 확인하자. 체크가 되있으면 된다.

 

 

편안-

'UE5' 카테고리의 다른 글

[UE5] CommonUI 생성 후 에러  (0) 2024.04.08
[UE5] 타이머  (0) 2023.08.07
[UE5][Error] fatal error C1083: 포함 파일을 열 수 없습니다.  (0) 2023.08.05