SRichTextBlock::GetChildren

Every widget that has children must implement this method.

Windows
MacOS
Linux

Override Hierarchy

SWidget::GetChildren()

SRichTextBlock::GetChildren()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Text/SRichTextBlock.h

Include

#include "Widgets/Text/SRichTextBlock.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Text/SRichTextBlock.cpp

Syntax

virtual FChildren * GetChildren()

Remarks

Every widget that has children must implement this method. This allows for iteration over the Widget's children regardless of how they are actually stored.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss