TPanelChildrenConstIterator

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Layout/Children.h"

Syntax

template<typename SlotType>
class TPanelChildrenConstIterator

Constructors

Name Description

Public function

TPanelChildrenConstIterator

(
    const TPanelChildren< SlotType >& ...,
    EFlowDirection InLayoutFlow
)

Public function

TPanelChildrenConstIterator

(
    const TPanelChildren< SlotType >& ...,
    EOrientation InOrientation,
    EFlowDirection InLayoutFlow
)

Functions

Name Description

Public function Const

int32

 

GetIndex()

Returns an index to the current element.

Public function

void

 

Reset()

Resets the iterator to the first element.

Public function

void

 

SetToEnd()

Sets iterator to the last element.

Operators

Name Description

Public function

TPanelChildr...

 

operator--()

Moves iterator to the previous element in the container.

Public function Const

 

operator bool()

Conversion to "bool" returning true if the iterator has not reached the last element.

Public function Const

const SlotTy...

 

operator*()

Public function

TPanelChildr...

 

operator++()

Advances iterator to the next element in the container.

Public function Const

const SlotTy...

 

operator->()

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