BlueRoseNote/03-UnrealEngine/Gameplay/Animation/UE5 Multi-Threaded Animation & Thread Safe.md

14 lines
555 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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**。