当前位置:网站首页>UE4 aiming offset
UE4 aiming offset
2022-07-24 06:12:00 【It's really all right, duck】
What is aiming offset
Aiming offset is a resource , It stores a series of mixable poses , To help the character aim at the weapon . In the animation process , The result of aiming offset and other actions ( Like running , walk , Jump, etc ) Mix it up , Make the character look smooth in all directions .
The key concept behind the aiming offset is , They are designed to be extra blended with existing animation . therefore , For example , If you use aim offset to aim a character at a weapon , You will want to make sure that other movements on the character do not interfere with that additional movement . let me put it another way , Your run 、 Stand 、 Jumping and other operations should have relatively rigid arms , In this way, they can perform additional control through aiming offset .
Because the aim of aiming offset is to add a series of postures to help aim , So let's now discuss the types of poses we usually need to create . The actual number of postures required depends largely on the actions the character needs to do .
How to make aiming offset
The aim offset is created in Content browser (Content Browser) Done in , Just like creating any other resource . Sure Right click , And select... From the context menu Animation (Animation)> Aim Offset (Aim Offset). be aware , You can also choose Aim Offset 1D(Aim Offset 1D). They are the same as the aiming offset , But only input from one variable is supported to control mixing , The standard aiming offset supports two .
But it is invalid for you to drag a single frame pose into it , because aimoffset What is needed is a additive animation,additive animation And ordinary animation What's the difference ?additive animation You need to select a reference frame ( Reference animation ), The current pose will calculate a difference according to the reference animation , Same bones ( Displacement , The rotation is the same ) It will be reduced to 0, Only play different things . Usually aimoffset It's a single frame pose , So you can add a single frame reference pose . To sum up, the target animation of a single frame needs a basic animation sequence to provide animation transition data .
Problems encountered in making aiming offset
The common problem is to drag the pose to the one you create aimoffset It's invalid , So we need to set this pose to additive animation. There is an additional setting on the left asset details of the pose you need to set , Additional setting selection mesh space, Below base pose type choice animation frame( Animation frames ), Then add a pose .
Do not choose local space( Local space ), Because aiming offset only accepts animation with additional aiming type mesh volume space .
![]()
边栏推荐
- 使用Keras实现 基于注意力机制(Attention)的 LSTM 时间序列预测
- MySQL download and installation environment settings
- Dameng database_ Common initialization parameters
- Yolov5 learning summary (continuously updated)
- day-7 jvm完结
- day5-jvm
- Unity Shader从内置渲染管线迁移到URP
- Unity(二) 更多API和物理引擎
- Accessing a one-dimensional array with a pointer
- Typora installation package in November 2021, the last free version of the installation package to download v13.6.1
猜你喜欢

Installation of tensorflow and pytorch frames and CUDA pit records

ue4 瞄准偏移

How to solve the problem of large distribution gap between training set and test set

How to download videos on the web

STM32 DSP library MDK vc5\vc6 compilation error: 256, (const float64_t *) twiddlecoeff64_ 256, armBitRevIndexTableF64_ 256,
![Oserror: [winerror 127] the specified program cannot be found. Error loading “caffe2_detectron_ops.dll“ or one of its dependencies](/img/1d/4c9924c20f697011f0e9cda6616c12.png)
Oserror: [winerror 127] the specified program cannot be found. Error loading “caffe2_detectron_ops.dll“ or one of its dependencies

通道注意力与空间注意力模块

【数据库系统原理】第四章 高级数据库模型:统一建模语言UML、对象定义语言ODL

使用Keras实现 基于注意力机制(Attention)的 LSTM 时间序列预测

unity2D游戏之让人物动起来-下
随机推荐
Foundation of JUC concurrent programming (6) -- lock lock
day5-jvm
[principles of database system] Chapter 5 algebra and logic query language: package, extension operator, relational logic, relational algebra and datalog
ue4 物品随机生成
Synergy LAN realizes multi host shared keyboard and mouse (AMD, arm)
Bat batch script, running multiple files at the same time, batch commands executed in sequence, and xshell script.
JUC并发编程基础(1)--相关基础概念
CRC-16 MODBUS code
Write the list to txt and directly remove the comma in the middle
JSON. Dumps() function parsing
JVM system learning
Calculation steps of principal component analysis
Use QT to connect to MySQL and create table numbers, write data, and delete data
机器学习&深度学习 入门资料分享总结
Thymeleaf quick start learning
Day3 jvm+ sorting summary
Dameng database_ Logical backup
day1-jvm+leetcode
Opencv reads avi video and reports an error: number < Max_ number in function ‘icvExtractPattern
How to solve the problem of large distribution gap between training set and test set