标签:system null ptr 多例 ref game tga 结果 地方
UE4.17.2,VS2017在要执行退出的地方加上如下语句
UKismetSystemLibrary::QuitGame(this, nullptr, EQuitPreference::Quit);
看很多例子要引入
#include "KismetSystemLibrary.h"
但我试的结果是这个include会报错,不加就好
标签:system null ptr 多例 ref game tga 结果 地方
原文地址:http://blog.51cto.com/shuxiayeshou/2300556