728x90
반응형
#include <EngineGlobals.h>
#include <Runtime/Engine/Classes/Engine/Engine.h>
GEngine->AddOnScreenDebugMessage(-1, 5.f, FColor::Red, TEXT("This is an on screen message!"));
GEngine->AddOnScreenDebugMessage(-1, 5.f, FColor::Red, FString::Printf(TEXT("Some variable values: x: %f, y: %f"), x, y));
728x90
반응형
'언리얼 엔진 > C++' 카테고리의 다른 글
언리얼엔진 C++ Delay 람다식 (0) | 2021.06.03 |
---|---|
언리얼 엔진 C++ Camera Shake (0) | 2021.03.16 |
언리얼엔진 C++ 데미지 주고받기 (0) | 2021.02.10 |
언리얼엔진 C++ AnimInstance (0) | 2021.02.10 |
FTimerHandle (0) | 2021.02.09 |