当前位置:网站首页>Start other independent programs through fmmonitoredprocess in unreal
Start other independent programs through fmmonitoredprocess in unreal
2022-07-23 15:12:00 【Taoxi Xiaosheng】
We are Unreal When writing some tool code in the project , It is likely to call some third-party programs , This requirement can be used FMonitoredProcess solve .
Usage mode
FString FullExePath = exe The path of
FString ExeParam = To pass on to exe Parameters of
TSharedptr<FMonitoredProcess> NewProcess= MakeShareable(new FMonitoredProcess(FullExePath , ExeParam , true));
NewProcess->OnOutput().BindLambda([&](const FString& Text) {
The output of third-party programs will be captured here
if(Text == TEXT("Step1"))
{
The first step is done
}
});
// Start the program
NewProcess->Launch();Third party programs can pass Output To trigger Unreal Some behaviors of tools .
边栏推荐
- Skills to learn before going to primary school
- Shell脚本案例---3
- [untitled]
- leetcode-设置交集大小至少为2
- Error | cannot read property '_ normalized‘ of undefined
- Russia hopes to effectively implement the "package" agreement on the export of agricultural products
- Start process of activity
- Les raccourcis clavier liés à l'onglet ne peuvent pas être utilisés après la mise à jour du vscode
- Exploration and practice of Ali multimodal knowledge atlas
- 494. Objectives and
猜你喜欢

Error | cannot read property '_ normalized‘ of undefined

Start process of activity

基于双目相机拍摄图像的深度信息提取和目标测距matlab仿真

Matlab simulation of depth information extraction and target ranging based on binocular camera images

ESP三相SVPWM控制器的simulink仿真

Linux: analysis of the basic use of vim editor
![[untitled]](/img/6c/df2ebb3e39d1e47b8dd74cfdddbb06.gif)
[untitled]

Live classroom system 03 supplement model class and entity

Simulink simulation of ESP three-phase SVPWM controller

@Feignclient detailed tutorial (illustration)
随机推荐
深入理解CAS (自旋锁)
Version correspondence between numpy and pytorch
Liunx:浅析vim编辑器基本使用
Getting started with Prometheus (III)
安全合理用电 收获清凉一“夏”
7.13WEB安全作业
Postgresql快照优化Globalvis新体系分析(性能大幅增强)
Supervisor installation and use
xlswriter - excel导出
上小学之前要学会的本领指引
@Feignclient detailed tutorial (illustration)
【解决异常】Flink上传jar包至集群环境运行报未序列化异常
Subsequence --- edit distance
CBOC signal modulation and demodulation simulation based on MATLAB, output its correlation, power spectrum and frequency offset tracking
深度学习单图三维人脸重建
Deep learning single image 3D face reconstruction
安全作业7.22
supervisord安装使用
dataframe.groupby学习资料
turbo编译码误码率性能matlab仿真