ue4 蓝图方法cpp使用
Posted HelloWorld
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ue4 蓝图方法cpp使用相关的知识,希望对你有一定的参考价值。
例 : Print String
鼠标tips:Target is Kismet System Library
#include "Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h"
UKismetSystemLibrary::PrintString(this, s)
Kismet System Library + UObject
DEFINE_LOG_CATEGORY_STATIC(myLog, Log, All);//编辑器内的log
UE_LOG(myLog, Warning, TEXT("abc"));
以上是关于ue4 蓝图方法cpp使用的主要内容,如果未能解决你的问题,请参考以下文章