Choose your operating system:
Windows
macOS
Linux
| SWidget::GetChildren()
|
Module |
|
Header |
/Engine/Source/Editor/WorldPartitionEditor/Public/WorldPartition/SWorldPartitionEditorGrid2D.h |
Include |
#include "WorldPartition/SWorldPartitionEditorGrid2D.h" |
virtual FChildren * GetChildren()
Returns the useful children (if any) of this widget. Some widget type may hide widget if they are needed by the system. Allows for iteration over the Widget's children regardless of how they are actually stored. @note Should be renamed to GetVisibleChildren (not ALL children will be returned in all cases).