首先,需要引入头文件:
#include "Kismet/KismetSystemLibrary.h"
使用如下方法调用PrintString:
UKismetSystemLibrary::PrintString(this, TEXT("Hello world!"));
首先,需要引入头文件:
#include "Kismet/KismetSystemLibrary.h"
使用如下方法调用PrintString:
UKismetSystemLibrary::PrintString(this, TEXT("Hello world!"));
转载于:https://my.oschina.net/sjmm/blog/736661