SWorldPartitionEditorGrid2D::GetChildren

Returns the useful children (if any) of this widget.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

WorldPartitionEditor

Header

/Engine/Source/Editor/WorldPartitionEditor/Public/WorldPartition/SWorldPartitionEditorGrid2D.h

Include

#include "WorldPartition/SWorldPartitionEditorGrid2D.h"

Syntax

virtual FChildren * GetChildren()

Remarks

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).