UE5 C++ 55 - How To Export Assets With C++? - Unreal Engine Tutorial CPP Function Editor FBX Import

Опубликовано: 13 Март 2026
на канале: Alex Quevillon [En]
939
25

Exporting an asset with C++ is actually not hat difficult, but depending on your export type, you may want to set some settings using exporter options like UFbxExportOption or UGLTFExportOptions.


Project Download: https://www.patreon.com/posts/unreal-...


include "UObject/GCObjectScopeGuard.h" // CoreUObject https://dev.epicgames.com/documentati...
include "AssetExportTask.h" // Engine https://docs.unrealengine.com/5.3/en-...
include "Exporters/Exporter.h" // Engine https://docs.unrealengine.com/5.3/en-...
include "Exporters/FbxExportOption.h" // UnrealEd https://dev.epicgames.com/documentati...
include "Options/GLTFExportOptions.h" // GLTFExporter https://dev.epicgames.com/documentati...


────────────────────────────────────────────────────
Playlist ►    • How To? - Unreal Engine 5 C++  
────────────────────────────────────────────────────
French Channel ► https://www.youtube.com/AlexQuevillon...
English Channel ► https://www.youtube.com/AlexQuevillon...
────────────────────────────────────────────────────
Discord ►   / discord  
Patreon (Project Files) ►   / alexquevillon  
YouTube Members ►    / @alexquevillonen  
────────────────────────────────────────────────────
Unreal Engine Version ► 5.2
────────────────────────────────────────────────────


0:00 Intro
0:09 Declare functions
0:45 Includes
2:22 Export Asset
10:42 Test
13:07 Patreon Wall!




#UnrealEngine #UE5 #UE5Tutorial #UE4 #UE4Tutorial
UE5 C++ 55 - How To Export Assets With C++? - Unreal Engine Tutorial CPP Function Editor FBX Import