vault backup: 2024-02-18 11:45:47
This commit is contained in:
parent
e38e27bac6
commit
70cda91a8f
9
03-UnrealEngine/Animation/UE5动态修改动画蓝图方案(只有链接).md
Normal file
9
03-UnrealEngine/Animation/UE5动态修改动画蓝图方案(只有链接).md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: UE5动态修改动画蓝图方案(只有链接)
|
||||||
|
date: 2024-02-18 11:00:58
|
||||||
|
excerpt:
|
||||||
|
tags:
|
||||||
|
rating: ⭐
|
||||||
|
---
|
||||||
|
- https://forums.unrealengine.com/t/dynamic-sub-anim-instance-node/75720
|
||||||
|
- https://docs.unrealengine.com/5.3/zh-CN/using-animation-blueprint-linking-in-unreal-engine/
|
@ -1,9 +1,10 @@
|
|||||||
# 参考文章
|
# 参考文章
|
||||||
UE4版本:https://zhuanlan.zhihu.com/p/446587397
|
UE4版本:https://zhuanlan.zhihu.com/p/446587397
|
||||||
|
UE5版本:https://zhuanlan.zhihu.com/p/658700282
|
||||||
|
|
||||||
# c++部分
|
# c++部分
|
||||||
## 添加ShaderModel
|
## 添加ShaderModel
|
||||||
- EngineType.h 在EMaterialShadingModel中添加ShaderModel枚举
|
- EngineTypes.h 在EMaterialShadingModel中添加ShaderModel枚举
|
||||||
|
|
||||||
## 添加材质编辑器引脚
|
## 添加材质编辑器引脚
|
||||||
- SceneTypes.h 在EMaterialProperty中添加2个引脚属性名称枚举。
|
- SceneTypes.h 在EMaterialProperty中添加2个引脚属性名称枚举。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user