FChildren

[FChildren](API\Runtime\SlateCore\Layout\FChildren) is an interface that must be implemented by all child containers.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h

Include

#include "Layout/Children.h"

Syntax

class FChildren

Remarks

FChildren is an interface that must be implemented by all child containers. It allows iteration over a list of any Widget's children regardless of how the underlying Widget happens to store its children.

FChildren is intended to be returned by the GetChildren() method.

Variables

Name Description

Protected variable

SWidget *

 

Owner

Constructors

Name Description

Public function

FChildren

(
    SWidget* InOwner
)

Destructors

Name Description

Protected function Virtual

~FChildren()

Functions

Name Description

Public function

TSharedRef< ...

 

GetChildAt

(
    int32 Index
)

Public function Const

TSharedRef< ...

 

GetChildAt

(
    int32 Index
)

Protected function Const

const FSlotB...

 

GetSlotAt

(
    int32 ChildIndex
)

Public function Const

int32

 

Num()

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