SNodePanel::GetChildren

All widgets must provide a way to access their children in a layout-agnostic way.

Unreal Engine C++ API Reference > Editor > GraphEditor > SNodePanel

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h
Include #include "SNodePanel.h"
Source /Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp
virtual [FChildren](API\Runtime\SlateCore\Layout\FChildren) * GetChildren()  

Remarks

All widgets must provide a way to access their children in a layout-agnostic way. Panels store their children in Slots, which creates a dilemma. Most panels can store their children in a TPanelChildren, where the Slot class provides layout information about the child it stores. In that case GetChildren should simply return the TPanelChildren. See StackPanel for an example.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library