TSelectionIterator

Manages selections of objects.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Selection.h

Include

#include "Engine/Selection.h"

Syntax

template<typename SelectionFilter>
class TSelectionIterator

Remarks

Manages selections of objects. Used in the editor for selecting objects in the various browser windows.

Constructors

Name Description

Public function

TSelectionIterator

(
    USelection& InSelection
)

Functions

Name Description

Public function Const

int32

 

GetIndex()

Returns an index to the current element.

Public function

void

 

Reset()

Resets the iterator to the beginning of the selection set.

Operators

Name Description

Public function Const

 

operator bool()

Returns true if the iterator has not yet reached the end of the selection set.

Public function Const

UObject *...

 

operator*()

Element access.

Public function

void

 

operator++()

Advances iterator to the next valid element in the container.

Public function Const

UObject *...

 

operator->()

Element access.

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