当前位置:网站首页>[illusory] weapon slot: pick up weapons
[illusory] weapon slot: pick up weapons
2022-07-02 10:00:00 【Qiao'an fish】
Open the character static grid window —— Choose mixed space mode —— Choose the bone tree option —— find hand_r Bone nodes 
Right click —— Add slot , Renamed as weapon


preview :weapon Right click on the node —— Add preview assets —— Select the corresponding weapon 
You can adjust the approximate position of the weapon in the preview .( But it won't show , Preview only )
Create a new one Actor The blueprint “weapon”—— Add corresponding weapon components to this blueprint 
Open the role blueprint —— Right click New Spawn Actor“ Generate Actor”——class Choose a weapon blueprint weapon, Collision select ignore collision .—— Next, assign the slot change value 
The weapon slot belongs to the character grid , So drag the grid body to create a new grid body key —— Drag the grid body key to create a new socket“ Get slot changes ” function ——In Socket Name Select the slot name ,Transform Space choice RTS Actor—— Functions and generation Actor Of SPawn Transform Connected to a


This generates only one weapon slot , But it is not bound to the character .
Drag generation Actor Execute pin , newly build Attach“ take Actor Attach to component ”—— Mesh body keys and Parent Connected to a ,Socket Name Fill in the slot name , Here are three choices “ Align to target ”
Complete as follows . Trigger events play at will .

After operation , It is found that weapons can appear in slots , But the character can't move forward , This is caused by the collision of weapons .
Open the weapon blueprint —— details > Collision > Collision preset >No Collision
So the whole process is over .
边栏推荐
- Because of hard work, the fruit goes with fate
- Binary and decimal system of C language
- Skywalking theory and Practice
- 2837xd code generation - Supplement (2)
- kinect dk 获取CV::Mat格式的彩色RGB图像(openpose中使用)
- Introduction and prevention of penetration test
- 道阻且长,行则将至
- The road is blocked and long, and the line is coming
- [ue5] animation redirection: how to import magic tower characters into the game
- 2837xd 代码生成——StateFlow(3)
猜你喜欢
随机推荐
Matlab生成dsp程序——官方例程学习(6)
2837xd 代码生成——补充(3)
TD conducts functional simulation with Modelsim
并网逆变器PI控制(并网模式)
BugkuCTF-web16(备份是个好习惯)
Error reporting on the first day of work (incomplete awvs unloading)
因上努力,果上随缘
Image recognition - data augmentation
How to handle error logic gracefully
What wires are suitable for wiring on bread board?
High level application of SQL statements in MySQL database (II)
Web security and defense
Skywalking理论与实践
Matlab generates DSP program -- official routine learning (6)
Bugkuctf-web16 (backup is a good habit)
QT QLabel样式设置
PI control of three-phase grid connected inverter - off grid mode
攻防世界-Web进阶区-unserialize3
FragmentTabHost实现房贷计算器界面
BugkuCTF-web21(详细解题思路及步骤)







