![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LayoutUtils.h>
Public Member Functions | |
| TSlotProxyIterator (const TArrayView< SlotProxyType > &InContainer, EFlowDirection InLayoutFlow) | |
| TSlotProxyIterator (const TArrayView< SlotProxyType > &InContainer, EOrientation InOrientation, EFlowDirection InLayoutFlow) | |
| TSlotProxyIterator & | operator++ () |
| TSlotProxyIterator & | operator-- () |
| const SlotProxyType & | operator* () const |
| SlotProxyType & | operator* () |
| const SlotProxyType * | operator-> () const |
| SlotProxyType * | operator-> () |
| operator bool () const | |
| int32 | GetIndex () const |
| void | Reset () |
| void | SetToEnd () |
A custom iterator for FSlotProxy implementations, with behavior similar to TPanelChildrenConstIterator.
|
inline |
|
inline |
|
inline |
Returns an index to the current element.
|
inlineexplicit |
conversion to "bool" returning true if the iterator has not reached the last element.
|
inline |
|
inline |
|
inline |
Advances iterator to the next element in the container.
|
inline |
Moves iterator to the previous element in the container.
|
inline |
|
inline |
|
inline |
Resets the iterator to the first element.
|
inline |
Sets iterator to the last element.