debug draw

게임 엔진/Unreal

[Unreal] 디버깅용 드로워 이용 방법 (Draw Debug)

Debug Draw Unreal engine 개발 과정에서 화면상에 원하는 도형을 그려서, 디버깅을 수월하게 도와주는 함수들에 대한 예제이다. Draw Debug #include "DrawDebugHelpers.h" ... void Examples::DebugDrawExample(UWorld* World) { FVector StartOffset = FVector(0, 0, 200); FVector LocationOne = FVector(0, 0, 600) + StartOffset; FVector LocationTwo = FVector(0, -600, 600) + StartOffset; FVector LocationThree = FVector(0, 600, 600) + StartOffset; FVector..

AlgorFati
'debug draw' 태그의 글 목록