Hey guys,
when I try to copy/paste nodes from my custom Node Editor, I get a in
SBoxPanel.cpp Line 53
static void ArrangeChildrenAlong( const TPanelChildren<SBoxPanel::FSlot>& Children, const FGeometry& AllottedGeometry, FArrangedChildren& ArrangedChildren )
{
//....
//....
//--Here--> if ( CurChild.GetWidget()->GetVisibility() != EVisibility::Collapsed )
//...
}
I debugged it and GetWidget returns an invalid pointer
Thanks in advance for your answers
Greetings