Working with Data in Unreal Engine 5 | Unreal Fest 2022 - YouTube
스크립트
What is this talk?
- We are looking at different ways to manage Data in Unreal Engine
- Focus on holding data in ways that allow better collaboration with designers
- Provide designers with a perspective on workflows they can use.
- Understand the considerations of different methods in line with project requirements.
The aim is not only to educate programmers on the new tools or tools that are available in the engine but, also, potentially to allow artists and designers to see potential workflows that they could implement themselves or request.
Agenda
- Defining the problem and considerations
- Data Tables & Composite Data Tables
- JSON and HTTP Requests
- UObjects & Data Assets
- Curve Tables
- Data Registry
- Extra resources and what’s next
What do we need to Consider when thinking about Data Driven Design?