.UEXP 파일 확장자
Unreal Editor Asset Export File
| 개발사 | Epic Games |
| 인기도 |
3.7 | 6 투표 |
UEXP 파일이란 무엇인가요?
A UEXP file is an asset export file created by Unreal Editor. It contains asset data associated with a corresponding .UASSET file, which contains the asset's file header. UEXP files are found in .PAK files that contain cooked Unreal Engine assets.
추가 정보
A developer creating a video game with Unreal Editor can cook assets they're using in the game, which strips out some pre-processing data. When a developer does this, the asset is transformed from a single UASSET file into a set of three files: a UASSET file, a UEXP file, and a UBULK file. These files are often saved in a PAK archive.
The UEXP file contains the data used to load and show the asset in-game. The UASSET file contains the asset's file header, and the UBULK file contains the asset's bulk data.
UEXP 파일을 여는 방법
UEXP files are not meant to be opened. To use the asset a UEXP file is associated with, move all of that asset's files, including its UASSET and UBULK files, into your content folder. The asset will then appear in the Unreal Editor Content Browser.