2024년 6월 18일 화요일

UE4 - Can’t Attach to Socket after Mesh Merge - packaged builds only

 

Mesh MergeBone은 가져올 수 있지만 Socket은 아마도 잃어버린것 같습니다.


-Solution-

MergeMesh->RebuildSocketMap();

“ return MergeMesh; ” 바로 위에 붙여야합니다.

2024년 1월 12일 금요일

UE4 - How to Receive Input Actor(no Character) & Input Priority


 How to Receive Input Actor?


Actor Class Default


Select the player to be entered into the Auto Receive Input



Input Priority - Input Order Setting

UE4 - to receive input to two actors at the same time

 


If true "Consume Input" 
If you run on a high-priority actor, the low-priority actor will not receive this input.