Getting Started
After downloading and installing RadiantSdf make sure you enter it as a dependency into your .uproject file.
"Plugins": [
...
{
"Name": "RadiantSDF",
"Enabled": true
},
...
]
Alternatively, you can enable the plugin using the editor using the Plugins window found under Edit/Plugin.
After this, all material nodes are available inside the project, though you might need to recompile the project in order to access them. All Nodes are found under the RadiantSDF category in the material editor when adding a node.
In case you are looking for more information on the use of individual nodes, you can find samples for all Nodes in this documentation in the plugins’ content folder.