UE5 使用Animation Budget Allocator优化角色动画性能

Animation Budget Allocator是UE内置插件,通过锁定动画系统所占CPU的预算,在到达预算计算量时对动画进行限制与优化。

开启Animation Budget Allocator需要让蒙皮Mesh使用特定的组件,并进行一些编辑器设置即可开启。

1.开启Animation Budget Allocator插件

2.在蒙皮网格组件上设置组件类型为特定的SkeletalMeshComponentBudgeted

3.设置好后,可以看见Budgeting参数,根据官方文档勾选前2个选项

4.在BeginPlay事件里调用节点Enable Animation Budget,开启这个功能

5.运行游戏,在控制台处使用命令a.Budget.Debug.Enabled 1,开启测试查看。


https://dev.epicgames.com/documentation/en-us/unreal-engine/animation-budget-allocator-in-unreal-engine?application_version=5.3

https://dev.epicgames.com/documentation/en-us/unreal-engine/animation-budget-allocator?application_version=4.27

相关推荐
hmbbcsm1 小时前
关于transformors库的学习笔记
笔记·学习
无人装备硬件开发爱好者2 小时前
STM32G474 + 1.32 寸 OLED(128×96)俄罗斯方块游戏实现指南
stm32·嵌入式硬件·游戏
minglie12 小时前
qemu相关脚本
学习
@小博的博客4 小时前
CSDN年度技术趋势预测的技术
学习
可可西里_X_back5 小时前
Linux学习(二)- 驱动开发步骤
linux·驱动开发·学习
GISer_Jing5 小时前
测绘与GIS考试高频考点选择题精选
学习·arcgis
OBiO20135 小时前
从单细胞多组学到体内验证:器官纤维化与代谢疾病的研究新范式
笔记·学习
小清兔8 小时前
Addressable的设置打包流程
笔记·游戏·unity·c#
Irene19918 小时前
PMP管理大数据学习建议
大数据·学习·pmp
谙弆悕博士8 小时前
Python快速学习——第8章:循环语句
python·学习·servlet