UE5 C++ 49 - How To Create Folder In Content Browser With C++? - Unreal Engine Tutorial CPP Color

Опубликовано: 16 Октябрь 2024
на канале: Alex Quevillon [En]
901
17

Using IFileManager and AssetViewUtils, it's pretty easy to create and delete folders from the content browser. You can also set their color, which is just awesome!


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



#include "HAL/FileManager.h" // Core https://docs.unrealengine.com/5.3/en-...
#include "AssetViewUtils.h" // AssetTools https://docs.unrealengine.com/5.3/en-...


────────────────────────────────────────────────────
Playlist ►    • How To? - Unreal Engine 5 C++  
Poll C++ ► https://forms.gle/Hh64WpUK6kcgX6SC8
────────────────────────────────────────────────────
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
1:29 Includes
2:07 Create folder in content browser
4:20 Delete folder
5:29 Set folder color
6:10 Test
8:45 Patreon Wall!


#UnrealEngine #UE5 #UE5Tutorial #UE4 #UE4Tutorial
UE5 C++ 49 - How To Create Folder In Content Browser With C++? - Unreal Engine Tutorial CPP Set Folder Color Directory Path