当前位置:网站首页>【虚幻】过场动画笔记
【虚幻】过场动画笔记
2022-07-02 06:35:00 【乔安鱼】
1.添加关卡序列

添加后场景里会出现这个标识,打开关卡序列。
在这个选项卡里编辑动画。
2.摄像机
添加摄像机Actor,根据选择添加摇臂/导轨。


按住Alt移动,可延伸导轨。
在大纲中将摄像机移入导轨,导轨成为摄像机父类。摄像机就会随着导轨移动了。(摇臂也是如此)
3.制作动画
选中摄像机或者导轨,在关卡序列中添加轨道>Actor到Sequncer>选择选中的Actor
轨道就创建好了。
哪个参数会变化,就在初始帧和结束帧处点击圆圈按钮添加关键帧。
4.触发动画
添加触发器。
绿色的框就是触发器。
在关卡蓝图中增加逻辑。
在关卡蓝图中右键,选择“为Trigger Box1添加事件”>碰撞>添加触发开始时事件。左侧就是该事件。
接着要创建关卡序列播放器,在Level Sequncer选择你做好的关卡序列。但是现在还不能播放。
新建播放节点。
这样就做好了。
效果:玩家走到这个地方,自动播放过场动画。
边栏推荐
- TD联合Modelsim进行功能仿真
- 2837xd 代码生成——补充(2)
- 记录下对游戏主机配置的个人理解与心得
- Junit5 支持suite的方法
- Summary of demand R & D process nodes and key outputs
- QT QLabel样式设置
- Tools used for Yolo object recognition and data generation
- Eslint reports an error
- QT signal slot summary -connect function incorrect usage
- PI control of grid connected inverter (grid connected mode)
猜你喜欢

Image recognition - data augmentation

FragmentTabHost实现房贷计算器界面

Idempotent design of Internet API interface

2837xd code generation module learning (4) -- idle_ task、Simulink Coder

Junit4 runs MVN test test suite upgrade scheme

Error reporting on the first day of work (incomplete awvs unloading)

Web security and defense

Summary of demand R & D process nodes and key outputs

Mixed development of uni app -- Taking wechat applet as an example

Creation and jump of activity
随机推荐
Bugkuctf-web21 (detailed problem solving ideas and steps)
Image recognition - Data Cleaning
vs+qt 设置应用程序图标
Skywalking理论与实践
PI control of three-phase grid connected inverter - off grid mode
2837xd代码生成模块学习(2)——ADC、ePWM模块、Timer0
因上努力,果上随缘
Image recognition - Data Acquisition
Read 30 minutes before going to bed every day_ day3_ Files
Introduction to go language
阿里云Prometheus监控服务
2837xd code generation - Summary
Junit4 runs MVN test test suite upgrade scheme
Bugkuctf-web16 (backup is a good habit)
web安全与防御
Matlab generates DSP program -- official routine learning (6)
Vs+qt set application icon
Operation and application of stack and queue
MySQL default transaction isolation level and row lock
2837xd 代码生成——StateFlow(1)