.obsidian
.vs
00-MOC
01-Diary
02-Note
03-UnrealEngine
Animation
Editor
Gameplay
AI
Animation
AnimNode & VMC笔记.md
UE5 Multi-Threaded Animation & Thread Safe.md
Code
Debug
GAS
Gameplay
Http
Lyra
Online
Other
PuerTS
UObject
LevelScene
Math
Mobile
Plugins
Rendering
Sequence
UI
VirtualProduction
VisualEffect
卡通渲染相关资料
性能优化
流程管理与部署
.keep
03-UnrealEngine.md
04-ComputerGraphics
05-SDHGame
06-DCC
07-Other
08-Assets
09-Templates
.gitignore
.gitmodules
LICENSE
14 lines
555 B
Markdown
14 lines
555 B
Markdown
|
---
|
|||
|
title: UE5 Multi-Threaded Animation & Thread Safe
|
|||
|
date: 2023-08-07 14:50:55
|
|||
|
excerpt:
|
|||
|
tags: Animation
|
|||
|
rating: ⭐⭐
|
|||
|
---
|
|||
|
## 前言
|
|||
|
具体可以参考Lyra:
|
|||
|
- https://docs.unrealengine.com/5.0/en-US/animation-optimization-in-unreal-engine/
|
|||
|
- https://docs.unrealengine.com/5.0/en-US/animation-in-lyra-sample-game-in-unreal-engine/
|
|||
|
|
|||
|
1. 首先需要 **Project Settings -> General Settings -> Anim Blueprints** 勾选**Allow Multi Threaded Animation Update**。
|
|||
|
2. 之后再动画蓝图的ClassSettings中勾选**Use Multi Threaded Animation Update**。
|