【ue4】通过脚本刷新项目文件(用于更新ue项目目录内的文件变换)

主要是用到ue的UnrealBuildTool在项目目录下加入如下bat脚本即可

"C:\Program Files\Epic Games\UE_4.26\Engine\Binaries\DotNET\UnrealBuildTool.exe" -projectfiles -project="%cd%/VoxelFrameUE4.uproject" -game -rocket -progress

你可能感兴趣的:(ue4)