Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- TSelectionIterator
- FSelectedEditableComponentIterator
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Selection.h |
| Include | #include "Selection.h" |
Syntax
class FSelectedEditableComponentIterator : public TSelectionIterator< FSelectedEditableComponentFilter >
Remarks
An iterator used to iterate through selected components that are editable (i.e. not created in a blueprint)
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSelectedEditableComponentIterator
(
USelection& InSelection |