MothCocoon / FlowGraph

Design-agnostic node system for scripting game’s flow in Unreal Engine
https://discord.gg/Xmtr6GhbmW
MIT License
1.17k stars 228 forks source link

fixes missing indentation in the palette panel for subcategories #184

Closed soraphis closed 7 months ago

soraphis commented 8 months ago

using a custom "RowExpander" Delegate analogous to the way the blueprint graph does it. compare it to here: https://github.com/EpicGames/UnrealEngine/blob/072300df18a94f18077ca20a14224b5d99fee872/Engine/Source/Editor/Kismet/Private/SBlueprintSubPalette.cpp#L293C54-L293C74

fixes #181

MothDoctor commented 7 months ago

Awesome! Thanks for the fix :)