当前位置:网站首页>U++ print information to screen and log
U++ print information to screen and log
2022-07-26 02:17:00 【It's a bald rabbit】
GEngine->AddOnScreenDebugMessage(-1, 5.f, FColor::Red, TEXT("22 RED IT IS"));
GEngine->AddOnScreenDebugMessage(-1, 5.f, FColor::Orange, FString::Printf(TEXT("My Location is: %s"), *GetActorLocation().ToString()));
Required header file :
// The header file Engine.h visit GEngine Medium AddOnscreenDebugMessage function ( Used to output messages to the screen ) The necessary function of .
#include "Engine/Engin.h"v
边栏推荐
- i.MX6ULL SNVS电源域GPIO状态保持验证
- [C language brush leetcode] 735. Planetary collision (m)
- Prometheus+blackbox exporter+grafana monitoring server port and URL address
- 19_请求表单与文件
- Dqn pytoch example
- Slow query log in MySQL
- Sword finger offer 28. symmetric binary tree
- AttributeError: ‘Document‘ object has no attribute ‘pageCount‘
- [leetcode] 32. Longest valid bracket
- Ti AM335X工控模块矩阵键盘电路的设计与驱动移植
猜你喜欢

信息系统项目管理师---第十章沟通管理和干系人管理历年考题

Worthington nuclease and Micrococcus related research and determination scheme

Error reporting caused by local warehouse

DialogRPT-Dialog Ranking Pretrained Transformers

1. Mx6ul core module serial use - touch screen calibration (IX)

I.MX6UL核心模块使用连载-CAN、蜂鸣器测试 (十一)

Postman报Json序列化错误

I.MX6UL核心模块使用连载-RS485测试 (十)

What does the Red Cross in the SQL editor mean (toad and waterdrop have been encountered...)

Implementation of C iterator
随机推荐
Digital warehouse: on the construction practice of digital warehouse in banking industry
信息系统项目管理师---第十章沟通管理和干系人管理历年考题
1. Mx6ul core module use serial TF card read / write test (V)
TI AM335x工控模块网络跟文件系统NFS的实现
A pluggable am335x industrial control module onboard WiFi module
Prometheus + redis exporter + grafana monitor redis service
Implementation of C iterator
一款可插拔的AM335X工控模块板载wifi模块
scipy.sparse.vstack
我来图书馆小程序一键签到和一键抢位置工具
[C language brush leetcode] 443. Compressed string (m)
Adruino basic experimental learning (I)
[cloud native] 4.1 Devops foundation and Practice
1. Mx6ul core module uses serial NAND FLASH read / write test (III)
17_表单数据
Be careful about bitmap, the "memory Assassin"~
1. Mx6ul core module serial use - touch screen calibration (IX)
Arm assembly foundation of SOC
Slow query log in MySQL
还在用==0 null equal 判断空值吗,对isEmpty 和 isBlank有多少了解呢