Create Custom Slate-Widgets in Projects Settings

Hi,

if this is the wrong place, please correct me, because this it not a gameplay-programming problem.

I created custom Settings for my Plugin followed this Tutorial:

Everything is fine but I wanted to add custom Slate-Widget to the exposed Properties shown here, like a directory Browse Widget (SButton with Access to ‘FDirectoryPathStructCustomization’)

and I couldn´t find the right place where to create these widgets.

See the screenshots.

Do you have any suggestions / hints where to dig ?

Thank you,

Simon


Like this:

I think you want to use FDirectoryPath instead of FString:

Whoooaaa how cool is this? Thank you!

A tutorial for customsettings with example code of the can be found behind the link below, as the link to the original tutorial doesn´t exist anymore.

link:

https://nerivec.github.io/old-ue4-wiki/pages/customsettings.html

2 Likes