Back to Browse

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

1.9K views
Feb 3, 2024
8:59

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-5-2-how-c-97411513?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link #include "HAL/FileManager.h" // Core https://docs.unrealengine.com/5.3/en-US/API/Runtime/Core/HAL/IFileManager/ #include "AssetViewUtils.h" // AssetTools https://docs.unrealengine.com/5.3/en-US/API/Developer/AssetTools/ ──────────────────────────────────────────────────── Playlist ► https://www.youtube.com/playlist?list=PLBLmKCAjA25AzbbDhIVUdZeSc6o07pMfe Poll C++ ► https://forms.gle/Hh64WpUK6kcgX6SC8 ──────────────────────────────────────────────────── French Channel ► https://www.youtube.com/AlexQuevillonFr?sub_confirmation=1 English Channel ► https://www.youtube.com/AlexQuevillonEn?sub_confirmation=1 ──────────────────────────────────────────────────── Discord ► https://discord.gg/X7hdkNag2b Patreon (Project Files) ► https://www.patreon.com/alexquevillon YouTube Members ► https://www.youtube.com/channel/UCwxDFJzF_T468-QmoyaGusA/join ──────────────────────────────────────────────────── 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

Download

0 formats

No download links available.

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