map を更新

syui 2024-11-19 08:17:36 +00:00
parent 4a75f63d36
commit 2ed7c5ee5f

10
map.md

@ -26,7 +26,9 @@ https://blueprintue.com/blueprint/3h8qi0ep/
![](https://git.syui.ai/ai/ue/raw/branch/main/img/ue-2024-10-31-151413.png) ![](https://git.syui.ai/ai/ue/raw/branch/main/img/ue-2024-10-31-151413.png)
そのうち解消されると思いますが、現在(2024-11-18)はbuild上の問題があります。`Engine/Plugins/Performance/AutomatedPerfTesting`に`AutomatedPerfTestConfig.cs`, `AutomatedPerfTestNode.cs`が含まれていないため`${project}/Build/Script/CitySample.Automation.csproj`に記述されているcompileが通らないのです。 ### AutomatedPerfTesting
そのうち解消されると思いますが、現在(2024-11-18)はbuildできません。`Engine/Plugins/Performance/AutomatedPerfTesting`に`AutomatedPerfTestConfig.cs`, `AutomatedPerfTestNode.cs`が含まれていないため`${project}/Build/Script/CitySample.Automation.csproj`に記述されているcompileが通らないのです。
```xml ```xml
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
@ -127,15 +129,13 @@ vrm-0とvrm-1.0を使ってみましたが、まだvrm-0がオススメです。
```sh ```sh
[issue] [issue]
1. CPB_SandboxCharacterで別のABPを読み込んでも制御できない 1. anim montageなどを呼び出してそのまま再生が難しい
2. CPB_SandboxCharacterで別のABPを読み込んでも制御できない
- 浮かんでいるときの手 - 浮かんでいるときの手
- BP_Superhero_FlightComponentのSprint Fly Speedを変更できない - BP_Superhero_FlightComponentのSprint Fly Speedを変更できない
2.
``` ```
`/Blueprints/RetargetedCharacters/ABP_GenericReataget`で変数の`IKRetargeter_Map`にて`RTG_UEFN_${name}`を追加します。`CBP_Sandbox_Character_${name}`を作ります。開いてsk(Manny)などにあるComponent Tagsに`RTG_UEFN_${name}`を追加します。最後に`GameMode : GM_Sandbox > Bone : CBP_SandboxCharacter_${name}`を指定して起動すればokです。 `/Blueprints/RetargetedCharacters/ABP_GenericReataget`で変数の`IKRetargeter_Map`にて`RTG_UEFN_${name}`を追加します。`CBP_Sandbox_Character_${name}`を作ります。開いてsk(Manny)などにあるComponent Tagsに`RTG_UEFN_${name}`を追加します。最後に`GameMode : GM_Sandbox > Bone : CBP_SandboxCharacter_${name}`を指定して起動すればokです。
- /Blueprints/RetargetedCharacters/ABP_GenericReataget : `IKRetargeter_Map` - /Blueprints/RetargetedCharacters/ABP_GenericReataget : `IKRetargeter_Map`
- /Blueprints/RetargetedCharacters/CBP_Sandbox_Character_${name} -> sk -> Component Tags:`RTG_UEFN_${name}` - /Blueprints/RetargetedCharacters/CBP_Sandbox_Character_${name} -> sk -> Component Tags:`RTG_UEFN_${name}`
5.5.0ではflying systemとの相性が悪いようです。fly speedが制御できません。