인클루드파일
#include <Kismet/KismetSystemLibrary.h>
사용방법
UKismetSystemLibrary::PrintString(GetWorld(), TEXT("TestLog"), true, true, FLinearColor::Green, 2.0f);
'Unreal' 카테고리의 다른 글
UE4 C++ WebSocket 과 Event 사용하기 (0) | 2021.04.22 |
---|---|
[Unreal] C++ 언리얼 헤더파일 include 하기 (0) | 2021.02.18 |
[Unreal] UPROPERTY, UFUNCTION (BlueprintNativeEvent) (0) | 2021.02.17 |
[UE4] Sound 포커스를 잃지 않게 하기 (0) | 2021.02.01 |
[UE4] 언리얼 게임저장 / 로드 (SaveGame) (0) | 2021.01.26 |